mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #557 from holta/master
proposed changes to default_vars.yml, per implementation norms
This commit is contained in:
commit
bb90eabab4
1 changed files with 8 additions and 4 deletions
|
@ -74,11 +74,15 @@ hostapd_password: changeme
|
||||||
iiab_lan_enabled: True
|
iiab_lan_enabled: True
|
||||||
iiab_wan_enabled: True
|
iiab_wan_enabled: True
|
||||||
ssh_port: 22
|
ssh_port: 22
|
||||||
|
# Ties in what the user populated in the GUI for static WAN IP address info:
|
||||||
gui_wan: True
|
gui_wan: True
|
||||||
adm_cons_force_ssl: False
|
adm_cons_force_ssl: False
|
||||||
adm_cons_allow_downloads: False
|
adm_cons_allow_downloads: False
|
||||||
|
|
||||||
# Gateway and Filters
|
# Gateway and Filters
|
||||||
|
# Most all implementations set "iiab_gateway_enabled: False" within
|
||||||
|
# local_vars.yml as they cannot afford Internet access for students
|
||||||
|
# and teachers, and the many associated IT/support/training costs.
|
||||||
iiab_gateway_enabled: True
|
iiab_gateway_enabled: True
|
||||||
gw_squid_whitelist: False
|
gw_squid_whitelist: False
|
||||||
gw_block_https: False
|
gw_block_https: False
|
||||||
|
@ -105,15 +109,16 @@ dansguardian_enabled: False
|
||||||
wondershaper_install: False
|
wondershaper_install: False
|
||||||
wondershaper_enabled: False
|
wondershaper_enabled: False
|
||||||
|
|
||||||
# Intended for developers
|
# Intended for developers: ONLY CHANGE THESE IF YOU KNOW WHAT YOU ARE DOING
|
||||||
|
# The following 2 override the detection when not "auto"
|
||||||
user_wan_iface: auto
|
user_wan_iface: auto
|
||||||
user_lan_iface: auto
|
user_lan_iface: auto
|
||||||
wan_ip: dhcp
|
wan_ip: dhcp
|
||||||
wan_netmask:
|
wan_netmask:
|
||||||
wan_gateway:
|
wan_gateway:
|
||||||
wan_nameserver:
|
wan_nameserver:
|
||||||
exFAT_enabled: False
|
# exFAT is auto-enabled for all "debuntu" OS's as of Nov 2017, in roles/2-common/tasks/packages.yml#L35-L36
|
||||||
#only change these if you know what you are doing
|
# exFAT_enabled: True
|
||||||
|
|
||||||
# Parameters by Aggregate Roles
|
# Parameters by Aggregate Roles
|
||||||
# Each Role must have the following variables which are either True or False:
|
# Each Role must have the following variables which are either True or False:
|
||||||
|
@ -334,7 +339,6 @@ xovis_install: False
|
||||||
xovis_enabled: False
|
xovis_enabled: False
|
||||||
xovis_target_host: "127.0.0.1:5984"
|
xovis_target_host: "127.0.0.1:5984"
|
||||||
xovis_deployment_name: olpc
|
xovis_deployment_name: olpc
|
||||||
|
|
||||||
xovis_db_name: xovis
|
xovis_db_name: xovis
|
||||||
xovis_db_user: admin
|
xovis_db_user: admin
|
||||||
xovis_db_password: admin
|
xovis_db_password: admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue