Skip to content

Instantly share code, notes, and snippets.

@popowa
Last active March 14, 2016 01:05
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 popowa/57d652ccf61060818e1c to your computer and use it in GitHub Desktop.
Save popowa/57d652ccf61060818e1c to your computer and use it in GitHub Desktop.
ansible install on Ubuntu
#!/bin/sh
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