Skip to content

Commit

Permalink
Merge pull request #34 from jabl/centos74kickstart
Browse files Browse the repository at this point in the history
Install ansible in kickstart %post section
  • Loading branch information
martbhell authored Oct 12, 2017
2 parents 025c83e + b7bdd7c commit 9a5f1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/kickstart.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ openssh-clients

/usr/bin/yum clean all
/usr/bin/yum update -y --skip-broken
/usr/bin/yum -y -q install ansible

/usr/bin/mkdir /root/.ssh && /usr/bin/chmod 700 /root/.ssh
{% if hostvars[item].root_keys is defined %}
Expand Down

0 comments on commit 9a5f1c5

Please sign in to comment.