mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
TO DO / Questions re: httpd/tasks/* + roles/httpd-enable
This commit is contained in:
parent
596088a24b
commit
8fdbbfc550
1 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
# 2020-01-23 TO DO / Questions:
|
||||
# - Validate input vars apache_install & apache_enabled here. Use them as nec.
|
||||
# - 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
|
||||
|
||||
- include_tasks: install.yml
|
||||
- include_tasks: html.yml
|
||||
|
||||
|
|
Loading…
Reference in a new issue