Changes between Version 4 and Version 5 of Deployment


Ignore:
Timestamp:
Mar 13, 2014, 9:09:35 AM (11 years ago)
Author:
Matthias Vogelgesang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Deployment

    v4 v5  
    11= Using Ansible =
    22
    3 Ansible is a configuration management system that does not require any special installation on the nodes besides Python and SSH. Currently most UFO software can be deployed with it.
     3[http://www.ansible.com Ansible] is a configuration management system that does not require any special installation on the nodes besides Python and SSH. Currently most UFO software can be deployed with it.
    44
    55== Installing Ansible ==
     
    1212$ pip install ansible
    1313}}}
     14
     15== Running our playbooks ==
    1416
    1517A machine state is configured through Ansible playbooks and roles. The UFO configuration can be cloned via