Skip to content

Instantly share code, notes, and snippets.

@kiview
Created January 22, 2017 13:57
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 kiview/e18e044c633291cc94c69ff5c9d80cb8 to your computer and use it in GitHub Desktop.
Save kiview/e18e044c633291cc94c69ff5c9d80cb8 to your computer and use it in GitHub Desktop.
Install Ansible on Ubuntu
apt-get install software-properties-common
apt-add-repository ppa:ansible/ansible
apt-get update
apt-get install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment