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