Skip to content

Instantly share code, notes, and snippets.

@trondhindenes
Last active June 26, 2017 21:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trondhindenes/01cbcd3e3a98ff57fc00cc5fde97545a to your computer and use it in GitHub Desktop.
Save trondhindenes/01cbcd3e3a98ff57fc00cc5fde97545a to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install git python-setuptools python-dev sshpass libffi-dev libssl-dev make libxml2-dev libxslt1-dev acl build-essential -y
sudo easy_install pip
sudo pip install paramiko PyYAML jinja2 httplib2 requests lxml cssselect xmltodict sphinx
sudo pip install pywinrm
sudo pip install requests==2.13.0
sudo pip install packaging
#In order to build docs:
sudo apt-get install asciidoc -y
sudo pip install sphinx
@trondhindenes
Copy link
Author

trondhindenes commented May 26, 2016

Ansible prereqs for vanilla Ubuntu 14.04 LTS and Bash on Windows 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment