Created
January 29, 2017 22:37
-
-
Save luisdelarosa/576fbaa97bec65a98595ea3b178515f6 to your computer and use it in GitHub Desktop.
Install Ansible on Ubuntu 16.04 [From http://docs.ansible.com/ansible/intro_installation.html]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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