Changes between Version 58 and Version 59 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/17/15 10:30:46 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v58 v59 253 253 {{{ 254 254 #!sh 255 bash -c 'iperf -s -i 10 &> /var/www/iperflogs/iperf-server.log'256 255 ansible -i inventory client -s -m shell -a "/local/scripts/client-wget.sh &" 257 256 ansible -i inventory client -s -m shell -a "/local/scripts/client-iperf.sh &"