Changes between Version 35 and Version 36 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/15/15 21:40:42 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v35 v36  
    4949   {{{
    5050#!sh
    51 $ ansible all -m ping -i inventory
     51$ ansible -i inventory all -m ping
    5252   }}}
    5353
     
    5555   {{{
    5656#!sh
    57 $ ansible all  -m ping -i inventory
     57$ ansible -i inventory all -m ping
    5858client | success >> {
    5959    "changed": false,