1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Clean up default_vars

This commit is contained in:
Jerry Vonau 2020-09-24 08:06:33 -05:00
parent 5b46eb248d
commit 79e2b5ba3f

View file

@ -272,10 +272,8 @@ apache_allow_sudo: True
# #
# 2020-05-21: apache_install is completely ignored as Apache is installed on # 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 # 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 # phpMyAdmin
# 'apache_installed is defined' input validation works, e.g. in apache_install: False
# 0-init/tasks/validate_vars.yml
apache_install: True
apache_enabled: False apache_enabled: False
# #
# NGINX proxies to Apache for legacy IIAB services, using: # NGINX proxies to Apache for legacy IIAB services, using:
@ -558,10 +556,8 @@ vnstat_enabled: False
# 9-LOCAL-ADDONS # 9-LOCAL-ADDONS
# 2020-02-04: yarn_install is completely ignored as the Yarn package manager is # 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 # installed on demand as a dependency -- by Internet Archive
# set fake value 'yarn_install: True' so that 'yarn_installed is defined' input yarn_install: False
# validation works, e.g. in 0-init/tasks/validate_vars.yml
yarn_install: True
yarn_enabled: False yarn_enabled: False
# Internet Archive Offline / Decentralized Web - create your own offline # Internet Archive Offline / Decentralized Web - create your own offline