mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
"exFAT_enabled: True" commented out, due to CentOS risks
This commit is contained in:
parent
bd8bcea00f
commit
470d332ae6
1 changed files with 3 additions and 4 deletions
|
@ -108,16 +108,15 @@ 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
|
||||||
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 is enabled for all "debuntu" OS's as of Nov 2017, in roles/2-common/tasks/packages.yml#L35-L36
|
# 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
|
# exFAT_enabled: True
|
||||||
# Only change these if you know what you are doing
|
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
Loading…
Reference in a new issue