Changes between Version 1 and Version 2 of GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Execute


Ignore:
Timestamp:
09/17/15 16:33:22 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v1 v2  
    174174
    175175=== 4.4. Update a portion of the configuration ===
    176  a. After some of your neighbors have brought up their nodes, run the following command to only update the `nmap` portion of the `server` configuration:
     176 a. Run the following command to only update the `nmap` portion of the `server` configuration:
    177177   {{{
    178178#!python
    179179ansible-playbook update-map.yml -i inventory
    180180   }}}
    181  a. If you repeatedly run the above command over time you should see more nodes found by the `nmap` scan. 
    182  a. Feel free to change the value of `address_range` in `groups_vars/all.yml` and rerun `update-map.yml` to search for more nodes.
     181 a. Feel free to change the value of `address_range` in `groups_vars/all.yml` and rerun `update-map.yml` to search for different nodes.
    183182
    184183