Changes between Version 4 and Version 5 of Deployment
- Timestamp:
- Mar 13, 2014, 9:09:35 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Deployment
v4 v5 1 1 = Using Ansible = 2 2 3 Ansibleis 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. 4 4 5 5 == Installing Ansible == … … 12 12 $ pip install ansible 13 13 }}} 14 15 == Running our playbooks == 14 16 15 17 A machine state is configured through Ansible playbooks and roles. The UFO configuration can be cloned via