Changes between Version 11 and Version 12 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/15/15 16:12:15 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute

    v11 v12  
    2929   {{{
    3030#!python
    31 readyToLogin MYSLICE --useSliceAggregates --ansible-inventory -o
    32 cat inventory
    33 ansible all  -m ping -i inventory
     31$ readyToLogin MYSLICE --useSliceAggregates --ansible-inventory -o
     32$ cat inventory
     33$ ansible all  -m ping -i inventory
    3434   }}}
    3535
    36 Here is example output of running these commands:
     36Here example output of running these commands:
    3737   {{{
    3838#!sh