Changes between Version 73 and Version 74 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute


Ignore:
Timestamp:
03/25/15 15:32:38 (9 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v73 v74  
    280280     # INSERT COMMAND HERE
    281281   - name: Make sure /etc/apache2/sites-available/default contains Location information
     282     # INSERT COMMAND HERE
     283   - name: create directory for iperf logs in /var/www/iperflogs with permissions of 755
     284     # INSERT COMMAND HERE
     285   }}}
     286}}}
     287{{{
     288#!comment
    282289     lineinfile:
    283290       dest: /etc/apache2/sites-available/default 
     
    293300       - { regexp: '^   Allow from all', line: '   Allow from all' }
    294301       - { regexp: '^</Location>', line: '</Location>' }
    295    - name: create directory for iperf logs in /var/www/iperflogs with permissions of 755
    296      # INSERT COMMAND HERE
    297    }}}
     302
    298303}}}
    299304 a. Run both the `client` and `server` playbooks on your nodes.