Skip to content

Instantly share code, notes, and snippets.

@eliotk
Created May 22, 2015 15:17
Show Gist options
  • Save eliotk/50a73a50d718818dec18 to your computer and use it in GitHub Desktop.
Save eliotk/50a73a50d718818dec18 to your computer and use it in GitHub Desktop.
Install ansible on Ubuntu. Useful in a sh script for packer setup pre Ansible runs
sudo apt-get install software-properties-common -y
sudo apt-add-repository ppa:ansible/ansible -y
sudo apt-get update -y
sudo apt-get install ansible -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment