Changes between Version 21 and Version 22 of GENIExperimenter/Tutorials/GENIExperimentEngine/Execute
- Timestamp:
- 03/16/15 16:23:44 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/GENIExperimentEngine/Execute
v21 v22 58 58 === (c) The setup module === 59 59 60 The '''setup''' module gathers a bunch of information about each node and saves it in variables that you can reference in your Ansible playbooks. This will be really useful to do the tutorial! Try it out on a node to see what it collects (replace slice338with your slicelet’s name):60 The '''setup''' module gathers a bunch of information about each node and saves it in variables that you can reference in your Ansible playbooks. This will be really useful to do the tutorial! Try it out on a node to see what it collects (replace `<your-slicelet>` with your slicelet’s name): 61 61 62 62 {{{ 63 $ ansible slice338.pcvm1-1.instageni.wisc.edu -i ansible-hosts -m setup63 $ ansible <your-slicelet>.pcvm1-1.instageni.wisc.edu -i ansible-hosts -m setup 64 64 }}} 65 65