Changes between Version 16 and Version 17 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/15/15 16:22:04 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v16 v17 51 51 {{{ 52 52 #!sh 53 $ ansible all 53 $ ansible all -m ping -i inventory 54 54 }}} 55 55 56 An example output showing all of the nodes responding to ping:56 Example output showing all of the nodes responding to ping: 57 57 {{{ 58 58 #!sh