Skip to content

Instantly share code, notes, and snippets.

@jcxk
Last active June 1, 2016 03:31
Show Gist options
  • Save jcxk/08321829f76d70f1c49b to your computer and use it in GitHub Desktop.
Save jcxk/08321829f76d70f1c49b to your computer and use it in GitHub Desktop.
ansible install
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment