Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Execute


Ignore:
Timestamp:
09/17/15 19:09:02 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v3 v4  
    168168   {{{
    169169#!python
    170 ansible-playbook server.yml -i inventory
     170ansible-playbook server.yml -i inventory --limit server
    171171   }}}
    172172}}}
    173173 a. Browse to hostname of the server node in your browser.  Click on the `nmap` link.
     174 a. If this looks ok, run the following to install the code on both of your servers:
     175   {{{
     176#!python
     177ansible-playbook server.yml -i inventory
     178   }}}
    174179
    175180=== 4.4. Update a portion of the configuration ===