Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/GENIExperimentEngine/Execute
- Timestamp:
- 03/16/15 15:04:55 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/GENIExperimentEngine/Execute
v20 v21 41 41 42 42 {{{ 43 $ ansible nodes -i ansible-hosts - -private-key id_rsa -u root -m ping43 $ ansible nodes -i ansible-hosts -m ping 44 44 }}} 45 45 … … 51 51 52 52 {{{ 53 $ ansible nodes -i ansible-hosts - -private-key id_rsa -u root -m shell -a "hostname"53 $ ansible nodes -i ansible-hosts -m shell -a "hostname" 54 54 }}} 55 55 … … 61 61 62 62 {{{ 63 $ ansible slice338.pcvm1-1.instageni.wisc.edu -i ansible-hosts - -private-key id_rsa -u root -m setup63 $ ansible slice338.pcvm1-1.instageni.wisc.edu -i ansible-hosts -m setup 64 64 }}} 65 65 … … 82 82 83 83 {{{ 84 $ ansible-playbook -i ansible-hosts --private-key id_rsalab.yaml84 $ ansible-playbook -i ansible-hosts lab.yaml 85 85 }}} 86 86