Skip to content

Instantly share code, notes, and snippets.

@webarchitect609
Last active February 24, 2019 12:30
Show Gist options
  • Save webarchitect609/50523b427c717aa4127b4218259292c9 to your computer and use it in GitHub Desktop.
Save webarchitect609/50523b427c717aa4127b4218259292c9 to your computer and use it in GitHub Desktop.
Install Ansible @ Ubuntu
# From https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html#latest-releases-via-apt-ubuntu
sudo apt-add-repository --yes --update ppa:ansible/ansible
sudo apt-get update
sudo apt-get install --yes software-properties-common ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment