2020-01-24 01:29:18 +00:00
# 2020-01-23 TO DO / Questions:
2020-01-24 02:02:33 +00:00
# - Validate input vars apache_install & apache_enabled here.
# - Use as nec, with 'when: apache_installed is undefined'
2020-01-24 01:29:18 +00:00
# - Encapsulate all 3 tasks below into httpd/roles/install.yml ?
# - Similarly sanity-check httpd/roles/enable.yml...
# - Verify that 9-local-addons/tasks/main.yml's invocation of
# roles/httpd/tasks/enable.yml (via roles/httpd-enable/tasks/main.yml, if
# apache_enabled is True) does the right thing!
# - And that we really don't want to invoke it hereunder?
# - Save relevant apache_* vars to /etc/iiab/iiab.ini
2019-08-24 18:52:25 +00:00
- include_tasks : install.yml
2017-10-31 03:55:24 +00:00
- include_tasks : html.yml
2020-01-25 19:10:17 +00:00
- include_tasks : php-stem.yml
2018-07-18 21:41:38 +00:00
2018-10-31 01:16:38 +00:00
- name : Install /usr/bin/iiab-refresh-wiki-docs (scraper script) to create http://box/info offline documentation. (Script can be run manually and/or at the end of Stage 4 = roles/4-server-options/tasks/main.yml)
2018-02-07 00:26:57 +00:00
template :
src : refresh-wiki-docs.sh
dest : /usr/bin/iiab-refresh-wiki-docs
2020-01-14 01:41:03 +00:00
mode : '0755'