Skip to content

Instantly share code, notes, and snippets.

@Ankit-Kulkarni
Last active November 18, 2016 09:37
Show Gist options
  • Save Ankit-Kulkarni/e71963bf0ff79c35fe439589d6e28f7c to your computer and use it in GitHub Desktop.
Save Ankit-Kulkarni/e71963bf0ff79c35fe439589d6e28f7c to your computer and use it in GitHub Desktop.
Simple installation instructions on how to install ansible

#Ansible - Quick overview

How to install ansible

using ubuntu :
sudo apt-get install ansible

Using pip(for mac users ) :
pip install ansible

if pip is not available , follow below steps to install pip:

cd /tmp
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
pip install ansible 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment