Skip to content

Commit

Permalink
Merge pull request #250 from carbonin/add_awx_as_embedded_ansible_bac…
Browse files Browse the repository at this point in the history
…kend

Add the docker package to run awx locally on the appliance
(cherry picked from commit 56c08d5)
  • Loading branch information
gtanzillo authored and simaishi committed Nov 29, 2017
1 parent 7032387 commit 40f2036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions kickstarts/partials/packages/includes.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ chrony
cifs-utils
cmake # For rugged gem
cronie
docker # For embedded ansible support
http-parser # libhttp_parser.so.2 needed by nodejs
libcurl-devel # For curb gem
libxml2-devel # For nokogiri gem
Expand Down
2 changes: 2 additions & 0 deletions kickstarts/partials/post/systemd.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ systemctl enable cloud-ds-check

systemctl enable memcached

systemctl enable docker

# Link ctrl-alt-del.target to /dev/null to prevent reboot from console
ln -sf /dev/null /etc/systemd/system/ctrl-alt-del.target

Expand Down

0 comments on commit 40f2036

Please sign in to comment.