weimeng / ansible-debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Ansible:

sudo apt-get install python-pip python-dev
sudo pip install ansible

If cryptography Python module fails to install:

sudo apt-get install libssl-dev

About