mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update default_vars.yml
This commit is contained in:
parent
afc9f01310
commit
271a82346c
1 changed files with 10 additions and 13 deletions
|
@ -225,28 +225,24 @@ exFAT_enabled: True
|
||||||
|
|
||||||
|
|
||||||
# 3-BASE-SERVER
|
# 3-BASE-SERVER
|
||||||
# Variables for Administrative Console
|
|
||||||
|
# 2020-01-13: Vars unused
|
||||||
admin_console_install: True
|
admin_console_install: True
|
||||||
admin_console_enabled: True
|
admin_console_enabled: True
|
||||||
|
|
||||||
# variables related to introduction of nginx
|
nginx_port: 80
|
||||||
# apache
|
nginx_interface: 0.0.0.0
|
||||||
apache_install: True
|
|
||||||
apache_enabled: False
|
|
||||||
apache_port: "8090"
|
|
||||||
apache_interface: "127.0.0.1"
|
|
||||||
# The following variable, if True, allows Admin Console to poweroff IIAB
|
|
||||||
# see below
|
|
||||||
#allow_apache_sudo: False
|
|
||||||
|
|
||||||
nginx_port: "80"
|
|
||||||
nginx_interface: "0.0.0.0"
|
|
||||||
nginx_install: True
|
nginx_install: True
|
||||||
nginx_enabled: True
|
nginx_enabled: True
|
||||||
nginx_config_dir: /etc/nginx/conf.d
|
nginx_config_dir: /etc/nginx/conf.d
|
||||||
|
|
||||||
# See also Apache vars {default_language, language_priority} @ top of this file
|
# See also Apache vars {default_language, language_priority} @ top of this file
|
||||||
#
|
#
|
||||||
|
apache_install: True
|
||||||
|
apache_enabled: False
|
||||||
|
apache_port: 8090 # NGINX proxies to this IP address, for legacy IIAB services still requiring Apache
|
||||||
|
apache_interface: 127.0.0.1
|
||||||
|
#
|
||||||
# For schools that use WordPress/Nextcloud/Moodle intensively: iiab/iiab#1147
|
# For schools that use WordPress/Nextcloud/Moodle intensively: iiab/iiab#1147
|
||||||
apache_high_php_limits: False
|
apache_high_php_limits: False
|
||||||
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
# WARNING: Enabling this might cause excess use of RAM/disk or other resources!
|
||||||
|
@ -657,6 +653,7 @@ calibreweb_home: "{{ content_base }}/calibre-web" # /library/calibre-web
|
||||||
is_debuntu: False # Covers all 3: Ubuntu, Debian, Raspbian
|
is_debuntu: False # Covers all 3: Ubuntu, Debian, Raspbian
|
||||||
|
|
||||||
is_ubuntu: False
|
is_ubuntu: False
|
||||||
|
is_ubuntu_20: False
|
||||||
is_ubuntu_19: False
|
is_ubuntu_19: False
|
||||||
is_ubuntu_18: False
|
is_ubuntu_18: False
|
||||||
is_ubuntu_17: False
|
is_ubuntu_17: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue