Last active
October 5, 2017 05:09
-
-
Save kimausloos/5716806262c53eedf0c06466425c0bf5 to your computer and use it in GitHub Desktop.
ansible 2.4.0 broke ansible-pull
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #add-apt-repository ppa:ansible/ansible -y | |
| apt-get update | |
| apt -y install git ansible | |
| ansible-pull --accept-host-key -d /opt/terraform/local_kickstart/ -U https://gist.github.com/f50d0d8855bb35ec68e191a978581a5c.git -i localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment