View on GitHub

Quorten Blog 1

First blog for all Quorten's blog-like writings

Install Ansible via `pip`

2016-05-27

Categories: ansible   important  
Tags: ansible   important  

Important! Ansible notes. Install Ansible via pip:

pip install ansible

But, you’ll need sshpass installed first, and make sure that /usr/include/ffi.h exists, otherwise you should go install it per my instructions elsewhere.

yum -y install sshpass

Alternatively, you can use my ansible-virtualenv.sh script, available elsewhere.