Changes between Version 4 and Version 5 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


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

--

Legend:

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

    v4 v5  
    3333ansible all  -m ping -i inventory
    3434   }}}
    35 }}}
    3635
    37 {{{
     36Here is example output of running these commands:
     37   {{{
     38$ readyToLogin ansible --useSliceAggregates --ansible-inventory -o
     39Host info saved in inventory file: /Users/jdoe/projects/GENI/hellogeni/inventory
     40
    3841$ cat inventory
    3942client  ansible_ssh_host=pc3.instageni.clemson.edu  ansible_ssh_port=33850
     
    5053    "ping": "pong"
    5154}
     55   }}}
    5256}}}
    53 
    5457== 5.  Execute Experiment ==
    5558