Skip to content

Instantly share code, notes, and snippets.

@johnrigler
Last active August 9, 2019 01:59
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 johnrigler/aac32892f1fc7f18e03cb888aba1f4a1 to your computer and use it in GitHub Desktop.
Save johnrigler/aac32892f1fc7f18e03cb888aba1f4a1 to your computer and use it in GitHub Desktop.
bootstrap ansible ubuntu
sudo apt update
sudo apt install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment