diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 470c99ee2..bb6b5b620 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -105,8 +105,8 @@ apache_high_php_limits: False # 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 @@ -147,13 +147,14 @@ iiab_usb_lib_show_all: True # activity_server_install: False # activity_server_enabled: False +# Please instead consider 'ejabberd' in Stage 6-GENERIC-APPS below +# ejabberd_xs_install: False +# ejabberd_xs_enabled: False + # Change calibre_port from 8080 to 8010 below, if you enable idmgr # idmgr_install: False # idmgr_enabled: False -# ejabberd_xs_install: False -# ejabberd_xs_enabled: False - # 6-GENERIC-APPS @@ -172,9 +173,9 @@ ejabberd_enabled: False nextcloud_install: False nextcloud_enabled: False +# If using WordPress intensively, set apache_high_php_limits in 3-BASE-SERVER wordpress_install: False wordpress_enabled: False -# If using WordPress intensively, consider setting apache_high_php_limits above # 7-EDU-APPS @@ -194,7 +195,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_high_php_limits above +# If using Moodle intensively, set apache_high_php_limits in 3-BASE-SERVER # 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