mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Enable Apache in 0-init/tasks/main.yml if svcs need it
This commit is contained in:
parent
5b0fbca7a9
commit
0cc20fbaf3
1 changed files with 3 additions and 2 deletions
|
@ -105,10 +105,11 @@
|
|||
gui_port: 443
|
||||
when: adm_cons_force_ssl | bool
|
||||
|
||||
- name: Turn on Apache for (dokuwiki elgg lokole moodle nodered nextcloud)
|
||||
# SEE: https://github.com/iiab/iiab/blob/master/roles/nginx/README.md
|
||||
- name: Enable Apache if any of {DokuWiki, Elgg, Lokole, Moodle, Nextcloud, Node-RED} are set to install
|
||||
set_fact:
|
||||
apache_enabled: True
|
||||
when: dokuwiki_install or elgg_install or lokole_install or moodle_install or nodered_install or nextcloud_install
|
||||
when: dokuwiki_install or elgg_install or lokole_install or moodle_install or nextcloud_install or nodered_install
|
||||
|
||||
- name: Turn on both vars for MySQL (mandatory in Stage 3!)
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue