diegimas
diegimas naudojant „Ubuntu“
Paleiskite žemiau komandas, kad įdiegtumėte „Ansible“.
$ sudo apt-add-repository ppa:ansible/ansible
$ sudo apt-get update
$ sudo apt-get install ansible
diegimas naudojant PIP
Vykdykite šią komandą, kad įdiegtumėte PIP („Python“ paketo tvarkyklę).
$ sudo easy_install pip
Vykdykite komandą, kad įdiegtumėte „Ansible“ per PIP.
$ sudo pip install ansible