1
0
Fork 0
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:
A Holt 2018-10-16 07:44:12 -04:00 committed by GitHub
parent e92d1e9908
commit b370181c33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -201,8 +201,8 @@ mysql_root_password: fixmysql
# 4-SERVER-OPTIONS
# dnsmasq, named, dhcpd basics are installed here...in preparation for
# the full roles/network = iiab-network that runs after 9-LOCAL-ADDONS
# 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")
# Squid
squid_install: False
@ -243,6 +243,7 @@ samba_enabled: False
# usb-lib
usb_lib_install: True
usb_lib_enabled: True
# Show entire contents of USB sticks/drives (at http://box/usb)
iiab_usb_lib_show_all: False
# Toggle iiab-refresh-wiki-docs scraping for offline docs (http://box/info)
@ -257,15 +258,14 @@ nodocs: False
xo_services_install: False
xo_services_enabled: False
# activity-server
activity_server_install: False
activity_server_enabled: False
# ejabberd-xs
# Please instead consider 'ejabberd' in Stage 6-GENERIC-APPS below
ejabberd_xs_install: False
ejabberd_xs_enabled: False
# idmgr
# Change calibre_port from 8080 to 8010 below, if you enable idmgr
idmgr_install: False
idmgr_enables: False
@ -297,7 +297,7 @@ nextcloud_enabled: False
# WordPress
wordpress_install: True
wordpress_enabled: False
# If using WordPress intensively, consider setting apache_high_php_limits above
# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER
# 7-EDU-APPS
@ -327,7 +327,7 @@ iiab_zim_path: /library/zims
# Moodle
moodle_install: False
moodle_enabled: False
# If using Moodle intensively, consider setting apache_high_php_limits above
# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER
# Sugarizer
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879