Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/SystematicExperimentationAnsible/Execute


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

--

Legend:

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

    v6 v7  
    162162    }}}
    163163}}}
     164 a. Edit the file `group_vars/all.yml` so that the `address_range` variable uses the IP subnet from your topology.  It should look like this:
     165{{{
     166#!python
     167address_range: 10.10.1.1-10
     168}}}
    164169 a. Run the playbook to configure the `server` with the following command on the local machine:
    165170   {{{