Ansible
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