Changes between Version 73 and Version 74 of GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
- Timestamp:
- 03/25/15 15:32:38 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/AnsibleHelloGENI/Execute
v73 v74 280 280 # INSERT COMMAND HERE 281 281 - 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 282 289 lineinfile: 283 290 dest: /etc/apache2/sites-available/default … … 293 300 - { regexp: '^ Allow from all', line: ' Allow from all' } 294 301 - { 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 298 303 }}} 299 304 a. Run both the `client` and `server` playbooks on your nodes.