Ansible

From Ever changing code
Revision as of 14:59, 28 February 2016 by Pio2pio (talk | contribs)
Jump to navigation Jump to search

Ansible - management and configuration system

... watch the space :j

Install

sudo apt-get install ansible

Download a version from Ansible git repository you need

tar -xzvf ansible-1.9.4.tar.gz 
cd ansible-1.9.4/
sudo  make
sudo python setup.py install

Reference