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


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

--

Legend:

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

    v64 v65  
    286286   {{{
    287287#!sh
    288 ansible server -s -m shell -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" -i inventory
     288ansible -i inventory server -s -m shell \
     289   -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log"
    289290}}}
    290291On the local node do: