mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update local_vars_min.yml
This commit is contained in:
parent
5e6fc6f5b1
commit
e3fe1473d3
1 changed files with 19 additions and 8 deletions
|
@ -62,13 +62,6 @@ py_captive_portal_install: True
|
||||||
py_captive_portal_enabled: True
|
py_captive_portal_enabled: True
|
||||||
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
# In a pinch, disable it by running: systemctl disable py-captive-portal
|
||||||
|
|
||||||
# Stages 3 & 4 must be run (using iiab-install or runrole) if changing these:
|
|
||||||
squid_install: False
|
|
||||||
squid_enabled: False
|
|
||||||
|
|
||||||
dansguardian_install: False
|
|
||||||
dansguardian_enabled: False
|
|
||||||
|
|
||||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||||
# wondershaper_install: False
|
# wondershaper_install: False
|
||||||
# wondershaper_enabled: False
|
# wondershaper_enabled: False
|
||||||
|
@ -88,8 +81,17 @@ openvpn_handle: ""
|
||||||
# The following seems necessary on CentOS:
|
# The following seems necessary on CentOS:
|
||||||
# openvpn_cron_enabled: True
|
# openvpn_cron_enabled: True
|
||||||
|
|
||||||
|
|
||||||
# 2-COMMON
|
# 2-COMMON
|
||||||
|
|
||||||
|
# Auto-enabled for "debuntu" OS's, in roles/2-common/tasks/packages.yml#L35-L36
|
||||||
|
# in 0-init/defaults/main.yml AND 0-init/tasks/main.yml :
|
||||||
|
exFAT_enabled: True
|
||||||
|
|
||||||
|
# /usr/libexec/iiab-startup.sh is much like autoexec.bat & /etc/rc.local
|
||||||
|
# It's put in place by 2-common/tasks/iiab-startup.yml at the end of Stage 2.
|
||||||
|
|
||||||
|
|
||||||
# 3-BASE-SERVER
|
# 3-BASE-SERVER
|
||||||
|
|
||||||
# Make this False to disable http://box/common/services/power_off.php button:
|
# Make this False to disable http://box/common/services/power_off.php button:
|
||||||
|
@ -104,7 +106,16 @@ apache_high_php_limits: False
|
||||||
|
|
||||||
# 4-SERVER-OPTIONS
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
# roles/network runs here (MANY SETTINGS ABOVE)
|
# dnsmasq, named, dhcpd basics are installed here...in preparation for
|
||||||
|
# the full roles/network = iiab-network that runs after 9-LOCAL-ADDONS
|
||||||
|
|
||||||
|
# Squid
|
||||||
|
squid_install: False
|
||||||
|
squid_enabled: False
|
||||||
|
|
||||||
|
# DansGuardian
|
||||||
|
dansguardian_install: False
|
||||||
|
dansguardian_enabled: False
|
||||||
|
|
||||||
# PostgreSQL - auto-installed by Moodle and/or Pathagar - no need to touch!
|
# PostgreSQL - auto-installed by Moodle and/or Pathagar - no need to touch!
|
||||||
postgresql_install: False
|
postgresql_install: False
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue