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


Ignore:
Timestamp:
03/15/15 20:59:46 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v21 v22  
    8484               </td>
    8585               <td>
    86                     The following are some example Ansible commands. `-s` tells Ansible to use `sudo` when executing the command.
     86                    The following are some example Ansible Ad Hoc commands.  You can run these commands one at a time from the machine where you have Ansible installed. `-s` tells Ansible to use `sudo` when executing the command.
    8787               </td>
    8888        </tr>
     
    127127}}}
    128128
    129  a. Using the above Ansible modules, reproduce the steps in the HelloGENI install script.  As you find a command that works, carefully copy it into a text file.  We are going to use these commands for the next step.
    130  a. Now create an Ansible Playbook using the above steps.
     129 a. Using the above Ansible modules:
     130    i. install `apache2` and `iperf`
     131    i. place the `website/index.html` file in `/var/www` on the `server` node.  Do the same with the `website/graphics` files.
     132 a. Using the above Ansible modules, reproduce the steps in the HelloGENI install script.  As you find a command that works, carefully copy it into a text file and then into the Playbook. 
    131133
    132134== 6.  Analyze Experiment ==