Skip to content

Instantly share code, notes, and snippets.

@luisdelarosa
Created January 29, 2017 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisdelarosa/576fbaa97bec65a98595ea3b178515f6 to your computer and use it in GitHub Desktop.
Save luisdelarosa/576fbaa97bec65a98595ea3b178515f6 to your computer and use it in GitHub Desktop.
Install Ansible on Ubuntu 16.04 [From http://docs.ansible.com/ansible/intro_installation.html]
$ 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