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


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

--

Legend:

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

    v5 v6  
    161161     command: mv {{ nmap_html_file }} {{ WEB_ROOT }}/{{ nmap_dir }}/nmap.html removes={{ nmap_html_file }}
    162162    }}}
    163 
    164 Run the playbook to configure the `server` with the following command on the local machine:
    165 
     163}}}
     164 a. Run the playbook to configure the `server` with the following command on the local machine:
    166165   {{{
    167166#!python
    168167ansible-playbook server.yml -i inventory --limit server
    169168   }}}
    170 }}}
    171169 a. Browse to hostname of the server node in your browser.  Click on the `nmap` link.
    172170 a. If this looks ok, run the following to install the code on both of your servers: