mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
commit
5b0fbca7a9
2 changed files with 6 additions and 1 deletions
|
@ -105,6 +105,11 @@
|
|||
gui_port: 443
|
||||
when: adm_cons_force_ssl | bool
|
||||
|
||||
- name: Turn on Apache for (dokuwiki elgg lokole moodle nodered nextcloud)
|
||||
set_fact:
|
||||
apache_enabled: True
|
||||
when: dokuwiki_install or elgg_install or lokole_install or moodle_install or nodered_install or nextcloud_install
|
||||
|
||||
- name: Turn on both vars for MySQL (mandatory in Stage 3!)
|
||||
set_fact:
|
||||
mysql_install: True
|
||||
|
|
|
@ -232,7 +232,7 @@ admin_console_enabled: True
|
|||
# variables related to introduction of nginx
|
||||
# apache
|
||||
apache_install: True
|
||||
apache_enabled: True
|
||||
apache_enabled: False
|
||||
apache_port: "8090"
|
||||
apache_interface: "127.0.0.1"
|
||||
# The following variable, if True, allows Admin Console to poweroff IIAB
|
||||
|
|
Loading…
Add table
Reference in a new issue