1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Far More Readable (in future: harmonize with local_vars.yml)

This commit is contained in:
A Holt 2017-10-11 09:48:24 -04:00 committed by GitHub
parent 84b933229d
commit b335c0f1ce

View file

@ -1,6 +1,7 @@
# WARNING: DO NOT MODIFY THIS FILE.
# CHANGES WILL BE LOST IF YOU DO A GIT PULL OR FETCH.
# Instead put changes in local_vars.yml which is not tracked by git.
# Instead put changes in local_vars.yml which is not tracked by git:
# http://wiki.laptop.org/go/IIAB/local_vars.yml
# By convention we use True/False to indicate boolean constants.
@ -47,7 +48,7 @@ lan_netmask: 255.255.224.0
# Read https://github.com/iiab/iiab/wiki/IIAB-Networking
# Also readable offline @ http://box/info/IIAB-Networking.html
# Gateway mode
# Gateway mode
iiab_lan_enabled: True
iiab_wan_enabled: True
ssh_port: 22
@ -109,7 +110,7 @@ dansguardian_enabled: False
squid_install: False
squid_enabled: False
# Wondershaper
# Wonder Shaper
# unmaintained and high-risk: https://github.com/iiab/iiab/pull/382
wondershaper_install: False
wondershaper_enabled: False
@ -126,10 +127,10 @@ iiab_home_url: /home
# You can change iiab_home_url in local_vars.yml in order to get a different home page.
# For example one of the following: (assuming they are enabled)
#iiab_home_url: /home
#iiab_home_url: /xs-portal - the alternate home page
#iiab_home_url: /wordpress
#iiab_home_url: /wiki - either dokuwiki or mediawiki
# iiab_home_url: /home
# iiab_home_url: /xs-portal - the alternate home page
# iiab_home_url: /wordpress
# iiab_home_url: /wiki - either dokuwiki or mediawiki
# 4-SERVER-OPTIONS
@ -143,7 +144,7 @@ openvpn_cron_enabled: False
openvpn_install: True
openvpn_enabled: False
# Samba
# Samba. Take a security audit seriously before deploying this.
samba_install: False
samba_enabled: False
@ -163,7 +164,7 @@ usb_lib_enabled: True
docker_install: False
docker_enabled: False
# Common UNIX printing system
# Common UNIX Printing System
cups_install: True
cups_enabled: False
@ -183,10 +184,11 @@ ejabberd_enabled: False
ejabberd_xs_install: False
ejabberd_xs_enabled: False
# idmgr and activity-server
# idmgr
idmgr_install: False
idmgr_enables: False
# activity-server
activity_server_install: False
activity_server_enabled: False
@ -217,6 +219,7 @@ mysql_enabled: False
# mysql_root_password: $6$iiab51$3ICIW0CLWxxMW2a3yrHZ38ukZItD5tcadL4rWcE9D.qIGStxhh8rRsaSxoj3b.MYxI/VRDNjpzSYK/V6zkWFI0
mysql_root_password: fixmysql
# Handy for maintaining tables, but DANGEROUS if not locked down
phpmyadmin_install: False
phpmyadmin_enabled: False