Changes between Version 23 and Version 24 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


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

--

Legend:

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

    v23 v24  
    127127}}}
    128128
     129
     130
     131
     132{{{
     133#!div style="background: #ffd; border: 3px ridge; width: 800px;"
     134
     135
     136{{{
     137#!html
     138
     139<table id="Table_03" border="0" cellpadding="5" cellspacing="0">
     140        <tr>
     141                <td>
     142                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/Symbols-Tips-icon.png?format=raw" width="50" height="50" alt="Tip">
     143               </td>
     144               <td>
     145                    Ansible Ad Hoc commands easy map to commands used in an Ansible Playbook. 
     146               </td>
     147        </tr>
     148</table>
     149}}}
     150
     151
     152On the local machine:
     153
     154   {{{
     155#!python
     156ansible-playbook hello-server.yml -i inventory
     157ansible-playbook hello-client.yml -i inventory
     158   }}}
     159}}}
     160
    129161 a. Using the above Ansible modules:
    130162    i. on both `client` and `server`, install `apache2` and `iperf`