Changes between Version 68 and Version 69 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/25/15 07:18:55 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v68 v69 229 229 }}} 230 230 }}} 231 a. Using the above Ansible modules, configure the `server` node by reproducing 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. (See the [http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute/hello-server. yml solution] or [http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute/hello-server.yml `hello-server.yml`])231 a. Using the above Ansible modules, configure the `server` node by reproducing 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. (See the [http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute/hello-server.2.yml solution] or [http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute/hello-server.2.yml `hello-server.yml`]) 232 232 {{{ 233 233 #!div style="background: #ffd; border: 3px ridge; width: 800px;"