mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
Clean up default_vars
This commit is contained in:
parent
5b46eb248d
commit
79e2b5ba3f
1 changed files with 4 additions and 8 deletions
|
@ -272,10 +272,8 @@ apache_allow_sudo: True
|
|||
#
|
||||
# 2020-05-21: apache_install is completely ignored as Apache is installed on
|
||||
# demand as a dependency -- by CUPS, Elgg, Lokole, Moodle, Node-RED and/or
|
||||
# phpMyAdmin -- but for now we set fake value 'apache_install: True' so that
|
||||
# 'apache_installed is defined' input validation works, e.g. in
|
||||
# 0-init/tasks/validate_vars.yml
|
||||
apache_install: True
|
||||
# phpMyAdmin
|
||||
apache_install: False
|
||||
apache_enabled: False
|
||||
#
|
||||
# NGINX proxies to Apache for legacy IIAB services, using:
|
||||
|
@ -558,10 +556,8 @@ vnstat_enabled: False
|
|||
# 9-LOCAL-ADDONS
|
||||
|
||||
# 2020-02-04: yarn_install is completely ignored as the Yarn package manager is
|
||||
# installed on demand as a dependency -- by Internet Archive -- but for now we
|
||||
# set fake value 'yarn_install: True' so that 'yarn_installed is defined' input
|
||||
# validation works, e.g. in 0-init/tasks/validate_vars.yml
|
||||
yarn_install: True
|
||||
# installed on demand as a dependency -- by Internet Archive
|
||||
yarn_install: False
|
||||
yarn_enabled: False
|
||||
|
||||
# Internet Archive Offline / Decentralized Web - create your own offline
|
||||
|
|
Loading…
Reference in a new issue