Changes between Version 67 and Version 68 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/24/15 23:17:25 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v67 v68 299 299 == 6. Analyze Experiment == 300 300 a. You may have noticed that the server playbook and the client playbook contained duplicate commands. This is because both nodes need to have apache installed so that they can act as webservers. As you might have guessed, there is a way to modularize this configuration. In Ansible this is done with "roles". 301 a. MORE HERE301 b. Explore some of the intermediate features of Ansible such as roles, variables, and handlers. 302 302 303 303 ----