Changes between Version 64 and Version 65 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/24/15 23:12:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v64 v65 286 286 {{{ 287 287 #!sh 288 ansible server -s -m shell -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" -i inventory 288 ansible -i inventory server -s -m shell \ 289 -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" 289 290 }}} 290 291 On the local node do: