mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update local_vars_unittest.yml
This commit is contained in:
parent
e596757cf5
commit
d83b03d951
1 changed files with 31 additions and 22 deletions
|
@ -120,7 +120,7 @@ openvpn_enabled: True
|
||||||
openvpn_handle: unittest - Put Your Name Here
|
openvpn_handle: unittest - Put Your Name Here
|
||||||
|
|
||||||
# IIAB-ADMIN runs here - see its vars near top of this file:
|
# IIAB-ADMIN runs here - see its vars near top of this file:
|
||||||
# e.g. iiab_admin_user_install, iiab_admin_user, iiab_admin_pwd_hash
|
# e.g. iiab_admin_user, iiab_admin_user_install, iiab_admin_can_sudo
|
||||||
|
|
||||||
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
# Some prefer 512MB for Zero W, others prefer 2048MB or higher for RPi 3 and 4.
|
||||||
# Please see recommendations at: https://itsfoss.com/swap-size/
|
# Please see recommendations at: https://itsfoss.com/swap-size/
|
||||||
|
@ -136,6 +136,34 @@ pi_swap_file_size: 1024
|
||||||
# 3-BASE-SERVER
|
# 3-BASE-SERVER
|
||||||
|
|
||||||
# roles/mysql runs here (mandatory)
|
# roles/mysql runs here (mandatory)
|
||||||
|
# roles/nginx runs here (mandatory)
|
||||||
|
# roles/www_base runs here (mandatory)
|
||||||
|
|
||||||
|
# SEE BELOW: nginx_high_php_limits, apache_allow_sudo
|
||||||
|
|
||||||
|
|
||||||
|
# 4-SERVER-OPTIONS
|
||||||
|
|
||||||
|
# SSHD runs here & also above in 1-PREP
|
||||||
|
|
||||||
|
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
||||||
|
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
||||||
|
|
||||||
|
# Show entire contents of USB sticks/drives (at http://box/usb)
|
||||||
|
iiab_usb_lib_show_all: True
|
||||||
|
# Set umask=0000 for VFAT, NTFS and exFAT in /etc/usbmount/usbmount.conf so
|
||||||
|
# Kolibri can export & import channels to USB sticks/drive:
|
||||||
|
usb_lib_umask0000_for_kolibri: True
|
||||||
|
|
||||||
|
# Common UNIX Printing System (CUPS)
|
||||||
|
cups_install: False
|
||||||
|
cups_enabled: False
|
||||||
|
|
||||||
|
# At Your Own Risk: take a security audit seriously before deploying this
|
||||||
|
samba_install: False
|
||||||
|
samba_enabled: False
|
||||||
|
|
||||||
|
# roles/www_options HANDLES THE 3 VARS BELOW:
|
||||||
|
|
||||||
# For schools that use WordPress/Nextcloud/Moodle/PBX intensively:
|
# For schools that use WordPress/Nextcloud/Moodle/PBX intensively:
|
||||||
nginx_high_php_limits: False
|
nginx_high_php_limits: False
|
||||||
|
@ -148,27 +176,8 @@ nginx_high_php_limits: False
|
||||||
# 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:
|
||||||
apache_allow_sudo: True
|
apache_allow_sudo: True
|
||||||
|
|
||||||
|
# Toggle iiab-refresh-wiki-docs scraping for offline docs (http://box/info)
|
||||||
# 4-SERVER-OPTIONS
|
nodocs: False
|
||||||
|
|
||||||
# SSHD runs here & also above in 1-PREP
|
|
||||||
|
|
||||||
# DNS prep (dnsmasq, named &/or dhcpd) run here. The full network stage runs
|
|
||||||
# after 9-LOCAL-ADDONS (or manually run "cd /opt/iiab/iiab; ./iiab-network")
|
|
||||||
|
|
||||||
# Common UNIX Printing System (CUPS)
|
|
||||||
cups_install: False
|
|
||||||
cups_enabled: False
|
|
||||||
|
|
||||||
# At Your Own Risk: take a security audit seriously before deploying this
|
|
||||||
samba_install: False
|
|
||||||
samba_enabled: False
|
|
||||||
|
|
||||||
# Show entire contents of USB sticks/drives (at http://box/usb)
|
|
||||||
iiab_usb_lib_show_all: True
|
|
||||||
# Set umask=0000 for VFAT, NTFS and exFAT in /etc/usbmount/usbmount.conf so
|
|
||||||
# Kolibri can export & import channels to USB sticks/drive:
|
|
||||||
usb_lib_umask0000_for_kolibri: True
|
|
||||||
|
|
||||||
|
|
||||||
# 5-XO-SERVICES
|
# 5-XO-SERVICES
|
||||||
|
|
Loading…
Add table
Reference in a new issue