Skip to content

Instantly share code, notes, and snippets.

@robertBrem
Last active December 23, 2016 09:43
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 robertBrem/2b382911e967692e240f to your computer and use it in GitHub Desktop.
Save robertBrem/2b382911e967692e240f to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
sudo apt-add-repository ppa:ansible/ansible -y
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install software-properties-common -y
sudo apt-get install ansible -y
sudo apt-get install git -y
ansible --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment