Changes between Version 56 and Version 57 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


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

--

Legend:

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

    v56 v57  
    126126   }}}
    127127}}}
    128  a. Using the above Ad Hoc Ansible commands do the following:
     128 a. Using the above Ad Hoc Ansible commands configure the `client` node by doing the following:
    129129    i. on both `client` and `server`, install `apache2` and `iperf`
    130130    i. copy the `scripts` directory into `/local` on the `client` node with permissions `755`.
     
    203203   }}}
    204204}}}
    205  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.  (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`])
     205 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`])
    206206{{{
    207207#!div style="background: #ffd; border: 3px ridge; width: 800px;"