Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/15/15 15:57:11 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v4 v5 33 33 ansible all -m ping -i inventory 34 34 }}} 35 }}}36 35 37 {{{ 36 Here is example output of running these commands: 37 {{{ 38 $ readyToLogin ansible --useSliceAggregates --ansible-inventory -o 39 Host info saved in inventory file: /Users/jdoe/projects/GENI/hellogeni/inventory 40 38 41 $ cat inventory 39 42 client ansible_ssh_host=pc3.instageni.clemson.edu ansible_ssh_port=33850 … … 50 53 "ping": "pong" 51 54 } 55 }}} 52 56 }}} 53 54 57 == 5. Execute Experiment == 55 58