From e9e21e16e5dd519488b3e4d04920b6d6fe9d0984 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 15 Feb 2020 23:40:03 -0500 Subject: [PATCH] Clarify nginx_high_php_limits --- vars/default_vars.yml | 10 +++++----- vars/local_vars_big.yml | 6 +++--- vars/local_vars_medium.yml | 6 +++--- vars/local_vars_min.yml | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 5965e5345..7ea9165bf 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -343,8 +343,8 @@ azuracast_enabled: False azuracast_http_port: 10080 azuracast_https_port: 10443 -# AzuraCast needs many ports in the 8000:8100 range by default, but IIAB services -# conflict with those ports so this variable below sets a sane prefix. +# AzuraCast needs many ports in the 8000:8100 range by default, but IIAB +# services conflict with those ports so this variable below sets a sane prefix. # e.g. setting the below variable to 10 will result in port ranges 10000-10100 # being reserved for AzuraCast: azuracast_port_range_prefix: 10 @@ -399,7 +399,7 @@ nodered_port: 1880 nodered_web_path: nodered # Store your docs, calendar, contacts & photos on your local server not cloud! -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Nextcloud intensively, set nginx_high_php_limits further above. nextcloud_install: False nextcloud_enabled: False # @@ -424,7 +424,7 @@ pbx_signaling_ports_chan_pjsip: "5060" pbx_data_ports: "10000:20000" pbx_http_port: 83 -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using WordPress intensively, set nginx_high_php_limits further above. wordpress_install: False wordpress_enabled: False @@ -455,7 +455,7 @@ iiab_zim_path: "{{ content_base }}/zims" # /library/zims moodle_install: False moodle_enabled: False -# If using Moodle intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Moodle intensively, set nginx_high_php_limits further above. # MongoDB (/library/dbdata/mongodb) greatly enhances the Sugarizer experience. # This role was formerly installed by roles/sugarizer/meta/main.yml diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 414e31431..1da0e9b35 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -236,7 +236,7 @@ nodered_install: True nodered_enabled: True # Store your docs, calendar, contacts & photos on your local server not cloud! -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Nextcloud intensively, set nginx_high_php_limits further above. nextcloud_install: True nextcloud_enabled: True # @@ -257,7 +257,7 @@ pbx_install: False pbx_enabled: False asterisk_chan_dongle: False -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using WordPress intensively, set nginx_high_php_limits further above. wordpress_install: True wordpress_enabled: True @@ -281,7 +281,7 @@ kiwix_enabled: True # Warning: Moodle is a serious LMS, that takes a while to install moodle_install: True moodle_enabled: True -# If using Moodle intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Moodle intensively, set nginx_high_php_limits further above. # Regional OSM vector maps use far less disk space than bitmap/raster versions. # Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 221a20f67..24b5ef4d0 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -236,7 +236,7 @@ nodered_install: False nodered_enabled: False # Store your docs, calendar, contacts & photos on your local server not cloud! -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Nextcloud intensively, set nginx_high_php_limits further above. nextcloud_install: True nextcloud_enabled: True # @@ -257,7 +257,7 @@ pbx_install: False pbx_enabled: False asterisk_chan_dongle: False -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using WordPress intensively, set nginx_high_php_limits further above. wordpress_install: True wordpress_enabled: True @@ -281,7 +281,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, set nginx_high_php_limits in 3-BASE-SERVER +# If using Moodle intensively, set nginx_high_php_limits further above. # Regional OSM vector maps use far less disk space than bitmap/raster versions. # Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index ca0a9833c..168bb64a7 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -236,7 +236,7 @@ nodered_install: False nodered_enabled: False # Store your docs, calendar, contacts & photos on your local server not cloud! -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Nextcloud intensively, set nginx_high_php_limits further above. nextcloud_install: False nextcloud_enabled: False # @@ -257,7 +257,7 @@ pbx_install: False pbx_enabled: False asterisk_chan_dongle: False -# If using WordPress intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using WordPress intensively, set nginx_high_php_limits further above. wordpress_install: False wordpress_enabled: False @@ -278,10 +278,10 @@ kolibri_language: en # ar,bn-bd,en,es-es,fa,fr-fr,hi-in,mr,nyn,pt-br,sw-tz,ta kiwix_install: True kiwix_enabled: True -# Warning: Moodle is a serious LMS, that takes a while to install +# Warning: Moodle is a serious LMS, that takes a while to install. moodle_install: False moodle_enabled: False -# If using Moodle intensively, set nginx_high_php_limits in 3-BASE-SERVER +# If using Moodle intensively, set nginx_high_php_limits further above. # Regional OSM vector maps use far less disk space than bitmap/raster versions. # Instructions: https://github.com/iiab/iiab/wiki/IIAB-Maps