25 Mar 2016
yum install -y epel-release yum install -y ansible yum install gcc libffi-devel python-devel openssl-devel
git clone git://github.com/ansible/ansible.git --recursive cd ansible/ source hacking/env-setup pip install paramiko PyYAML Jinja2 httplib2 six
If you have issues with the “pycrypto” package install on Mac OSX, which is included as a dependency for paramiko, then you may need to try “CC=clang sudo -E pip install pycrypto”.
pip install ansible