Skip to content

Instantly share code, notes, and snippets.

@RagedUnicorn
Last active July 25, 2018 17:07
Show Gist options
  • Save RagedUnicorn/822d0c2d0cdd4a5b89c39213ebd690a3 to your computer and use it in GitHub Desktop.
Save RagedUnicorn/822d0c2d0cdd4a5b89c39213ebd690a3 to your computer and use it in GitHub Desktop.
Install ansible on ubuntu

Ansible Ubuntu Installation

Update and preinstall required packages

sudo apt-get update
sudo apt-get install software-properties-common

Add Ansible repository and install Ansible

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