Changes between Version 63 and Version 64 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/24/15 23:11:11 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v63 v64 283 283 {{{ 284 284 #!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' 285 On the local node do: 286 {{{ 287 #!sh 288 ansible server -s -m shell -a "iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log" -i inventory 289 289 }}} 290 290 On the local node do: