Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/15/15 16:33:30 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v20 v21  
    131131
    132132== 6.  Analyze Experiment ==
     133 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".
    133134
    134135----