Changes between Version 63 and Version 64 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/24/15 23:11:11 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v63 v64  
    283283{{{
    284284#!div style="background: #ffd; border: 3px ridge; width: 800px;"
    285 On the `server` node do:
    286    {{{
    287 #!sh
    288 bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'
     285On the local node do:
     286   {{{
     287#!sh
     288ansible server -s -m shell -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" -i inventory
    289289}}}
    290290On the local node do: