Changes between Version 27 and Version 28 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


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

--

Legend:

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

    v27 v28  
    177177}}}
    178178 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, construct a `hello-server.yml` playbook.
     179 a. Run both the `client` and `server` playbooks on your nodes. 
     180 a. Browse to the server node (as in the original HelloGENI example).  Do you see the same behavior?
    179181
    180182== 6.  Analyze Experiment ==
    181183 a.  You may have noticed that the server playbook and the client playbook contained duplicate text.  This is because both nodes need to have apache installed so that they can act as webservers.  As you might have guessed, there is a way to modularize this configuration.  In Ansible this is done with "roles".
     184 a. MORE HERE
    182185
    183186----