Skip to content

Instantly share code, notes, and snippets.

@kimausloos
Last active October 5, 2017 05:09
Show Gist options
  • Select an option

  • Save kimausloos/5716806262c53eedf0c06466425c0bf5 to your computer and use it in GitHub Desktop.

Select an option

Save kimausloos/5716806262c53eedf0c06466425c0bf5 to your computer and use it in GitHub Desktop.
ansible 2.4.0 broke ansible-pull
#!/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