Skip to content

Instantly share code, notes, and snippets.

@colin-nolan
Last active March 21, 2017 10:30
Show Gist options
  • Save colin-nolan/9f5776801a26db233c86c84c705284d5 to your computer and use it in GitHub Desktop.
Save colin-nolan/9f5776801a26db233c86c84c705284d5 to your computer and use it in GitHub Desktop.
Install/Update Ansible from PyPi
# Install pip
apt-get install -y python-pip
# Install dependencies for cryptography (dependency of ansible)
apt-get install -y build-essential libssl-dev libffi-dev python-dev
# Install/Update Ansible
pip install -U ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment