Changes between Version 36 and Version 37 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/15/15 21:41:41 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute

    v36 v37  
    193193   }}}
    194194}}}
    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)
    196196 a. Run both the `client` and `server` playbooks on your nodes. 
    197197 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?