mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Update default_vars.yml
This commit is contained in:
parent
2e05a327d5
commit
5e6fc6f5b1
1 changed files with 20 additions and 11 deletions
|
@ -126,14 +126,6 @@ py_captive_portal_enabled: True
|
|||
# captive_portal_install: False
|
||||
# captive_portal_enabled: False
|
||||
|
||||
# Squid
|
||||
squid_install: False
|
||||
squid_enabled: False
|
||||
|
||||
# DansGuardian
|
||||
dansguardian_install: False
|
||||
dansguardian_enabled: False
|
||||
|
||||
# Wonder Shaper
|
||||
# Unmaintained as of October 2017: https://github.com/iiab/iiab/pull/382
|
||||
wondershaper_install: False
|
||||
|
@ -147,8 +139,7 @@ wan_ip: dhcp
|
|||
wan_netmask:
|
||||
wan_gateway:
|
||||
wan_nameserver:
|
||||
# exFAT is auto-enabled for all "debuntu" OS's as of Nov 2017, in roles/2-common/tasks/packages.yml#L35-L36
|
||||
# exFAT_enabled: True
|
||||
|
||||
|
||||
# Parameters for Aggregate Roles
|
||||
# Each Role should have the following variables which are either True or False:
|
||||
|
@ -180,8 +171,17 @@ openvpn_server: xscenet.net
|
|||
openvpn_server_virtual_ip: 10.8.0.1
|
||||
openvpn_server_port: 1194
|
||||
|
||||
|
||||
# 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
|
||||
|
||||
# roles/httpd (Apache configuration) runs here
|
||||
|
@ -202,7 +202,16 @@ mysql_root_password: fixmysql
|
|||
|
||||
# 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
|
||||
|
||||
# Homepage
|
||||
iiab_home_url: /home
|
||||
|
|
Loading…
Reference in a new issue