Changes between Version 36 and Version 37 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/15/15 21:41:41 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v36 v37 193 193 }}} 194 194 }}} 195 a. Using the above Ansible modules, reproduce the steps in the HelloGENI install script for the `server` node. As you find a command that works, use it to construct a `hello-server.yml` playbook. 195 a. Using the above Ansible modules, reproduce the steps in the HelloGENI install script for the `server` node. As you find a command that works, use it to construct a `hello-server.yml` playbook. (For the solution see: HERE) 196 196 a. Run both the `client` and `server` playbooks on your nodes. 197 197 a. Browse to the server node (as in the original HelloGENI example). Do you see the same behavior you saw when you ran the original HelloGENI exercise?