Installation aus dem Sourcecode / Distributionsunabhängig
1. Den Source Code herunterladen
git clone https://github.com/ansible/ansible.git
Nun in das Verzeichnis wechseln
cd ./ansible
Nun das script ausführen
source ./hacking/env-setup
Nun PIP installieren
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
h