Changes between Version 13 and Version 14 of GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup
- Timestamp:
- 03/18/15 18:08:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup
v13 v14 165 165 == 5. Create and run an Ansible playbook to install the software you'll need == 166 166 167 Now you should have enough knowledge about Ansible to write a playbook to install the software you'll need on all the nodes. Below is a skeleton Ansible file that you use ([attachment:software-install.yaml download]). You will need to fill in the bits marked `# INSERT ARGUMENTS HERE` based on the instructions in the following section. If you get stuck at any point, you can take a look at this [attachment:software-install-solution.yaml solution].167 Now you should have enough knowledge about Ansible to write a playbook to install the software you'll need on all the nodes. Below is a [attachment:software-install.yaml skeleton Ansible playbook] that you can use. You will need to fill in the bits marked `# INSERT ARGUMENTS HERE` to perform the actions described in the ''name'' lines. If you get stuck at any point, you can take a look at this [attachment:software-install-solution.yaml solution]. 168 168 169 169 {{{