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

Update default_vars.yml

This commit is contained in:
A Holt 2018-09-23 19:00:56 -04:00 committed by GitHub
parent ef61d2e0f3
commit 0f6a9e4a65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,10 +160,14 @@ wan_nameserver:
# 3-BASE-SERVER
# Make this False to disable http://box/common/services/power_off.php button:
allow_apache_sudo: True
# roles/httpd (Apache configuration) runs here
# roles/httpd runs here
# Make this False to disable http://box/common/services/power_off.php button:
apache_allow_sudo: True
# For schools that use WordPress and/or Moodle intensively. See iiab/iiab #1147
# WARNING: Enabling this (might) cause excess use of RAM or other resources?
apache_raise_php_limits: False
# roles/iiab-admin runs here
@ -280,9 +284,7 @@ nextcloud_enabled: False
# WordPress
wordpress_install: True
wordpress_enabled: False
# For schools that use WordPress intensively. WARNING: Enabling this (might)
# cause excess use of RAM or other resources? github.com/iiab/iiab/issues/1147
wordpress_raise_php_limits: False
# If using Moodle intensively, consider setting apache_raise_php_limits above
# 7-EDU-APPS
@ -312,6 +314,7 @@ iiab_zim_path: /library/zims
# Moodle
moodle_install: False
moodle_enabled: False
# If using Moodle intensively, consider setting apache_raise_php_limits above
# Sugarizer
# Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879