diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 0a7988953..cb186fbd8 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -77,7 +77,11 @@ dansguardian_enabled: False # 3-BASE-SERVER # Make this False to disable http://box/common/services/power_off.php button: -allow_apache_sudo: True +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/mysql runs here (mandatory) @@ -154,9 +158,7 @@ nextcloud_enabled: False wordpress_install: False 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 WordPress intensively, consider setting apache_raise_php_limits above # 7-EDU-APPS @@ -176,6 +178,7 @@ kiwix_enabled: True # Warning: Moodle is a serious LMS, that takes a while to install moodle_install: False moodle_enabled: False +# If using Moodle intensively, consider setting apache_raise_php_limits above # Might stall MongoDB on Power Failure: github.com/xsce/xsce/issues/879 # Sugarizer 1.0.1+ strategies to solve? github.com/iiab/iiab/pull/957