Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/AnsibleHelloGENI/DesignSetup
- Timestamp:
- 03/15/15 15:52:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/DesignSetup
v5 v6 18 18 == 1. Design the Experiment == 19 19 20 Convert the [wiki:GENIExperimenter/Tutorials/RunHelloGENI HelloGENI exercise] install script into an Ansible playbook.20 In this exercise we will convert the [wiki:GENIExperimenter/Tutorials/RunHelloGENI HelloGENI exercise] install script into an Ansible playbook. 21 21 22 22 You may want to quickly run the [wiki:GENIExperimenter/Tutorials/RunHelloGENI HelloGENI exercise] to see how it works. 23 23 24 Here is the install script pruned to only handle Apache 2.2 (the original handles multiple versions of Apache).25 24 26 25 {{{ 27 26 #!div style="background: #fdd; border: 3px ridge; width: 800px;" 28 27 29 The original install script pruned to just do Apache 2.2 is: 28 For reference here is the install script pruned to only handle Apache 2.2 (the original handles multiple versions of Apache). 30 29 31 30 {{{