Changes between Version 20 and Version 21 of GENIExperimenter/Tutorials/GENIExperimentEngine/Execute


Ignore:
Timestamp:
03/16/15 15:04:55 (9 years ago)
Author:
acb@cs.princeton.edu
Comment:

--

Legend:

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

    v20 v21  
    4141
    4242{{{
    43 $ ansible nodes -i ansible-hosts --private-key id_rsa -u root -m ping
     43$ ansible nodes -i ansible-hosts -m ping
    4444}}}
    4545
     
    5151
    5252{{{
    53 $ ansible nodes -i ansible-hosts --private-key id_rsa -u root -m shell -a "hostname"
     53$ ansible nodes -i ansible-hosts -m shell -a "hostname"
    5454}}}
    5555
     
    6161
    6262{{{
    63 $ ansible slice338.pcvm1-1.instageni.wisc.edu -i ansible-hosts --private-key id_rsa -u root -m setup
     63$ ansible slice338.pcvm1-1.instageni.wisc.edu -i ansible-hosts -m setup
    6464}}}
    6565
     
    8282
    8383{{{
    84 $ ansible-playbook -i ansible-hosts --private-key id_rsa lab.yaml
     84$ ansible-playbook -i ansible-hosts lab.yaml
    8585}}}
    8686