Direkt zum Hauptinhalt

Installation aus dem Sourcecode / Distributionsunabhängig

1. Den Source Code herunterladen latest version

git clone https://github.com/ansible/ansible.git

Oder aber einen bestimmten branch

git clone -b stable-2.7 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