From e4554ce629d57d25ca7a024ab0929704a5743f96 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 19:11:33 -0500 Subject: [PATCH 1/5] Doc Nextcloud d/l workaround in < 80 chars --- vars/default_vars.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 7d8b590c4..d4c4d04bb 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -388,9 +388,9 @@ nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # -# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# 2020-01-07: If installing IIAB often, download.nextcloud.com may throttle # you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). -# Uncomment the following line to avoid that: (might install an older Nextcloud) +# Uncomment the following line to end that: (might install an older Nextcloud!) # nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. From 151e4077b2c906c20c2a32b94c2b9eb8a9d2e9d6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 19:11:43 -0500 Subject: [PATCH 2/5] Doc Nextcloud d/l workaround in < 80 chars --- vars/local_vars_min.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_min.yml b/vars/local_vars_min.yml index 74ab7bd4e..5087ba947 100644 --- a/vars/local_vars_min.yml +++ b/vars/local_vars_min.yml @@ -244,9 +244,9 @@ nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # -# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# 2020-01-07: If installing IIAB often, download.nextcloud.com may throttle # you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). -# Uncomment the following line to avoid that: (might install an older Nextcloud) +# Uncomment the following line to end that: (might install an older Nextcloud!) # nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. From a69a87671efcb58f29738ab18837a00a90fe9f61 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 19:11:54 -0500 Subject: [PATCH 3/5] Doc Nextcloud d/l workaround in < 80 chars --- vars/local_vars_medium.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index 9ecc8fbe0..3a84c1e86 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -244,9 +244,9 @@ nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # -# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# 2020-01-07: If installing IIAB often, download.nextcloud.com may throttle # you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). -# Uncomment the following line to avoid that: (might install an older Nextcloud) +# Uncomment the following line to end that: (might install an older Nextcloud!) # nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. From 7871c6dd3772d7515966c5bb6f5d669dab3fd4a4 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 19:12:06 -0500 Subject: [PATCH 4/5] Doc Nextcloud d/l workaround in < 80 chars --- vars/local_vars_big.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index 837429064..1e2355f7c 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.yml @@ -244,9 +244,9 @@ nextcloud_allow_public_ips: False # Configuration tips for IPv4 access controls and tuning RAM/resources: # https://github.com/iiab/iiab/blob/master/roles/nextcloud/README.md # -# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# 2020-01-07: If installing IIAB often, download.nextcloud.com may throttle # you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). -# Uncomment the following line to avoid that: (might install an older Nextcloud) +# Uncomment the following line to end that: (might install an older Nextcloud!) # nextcloud_dl_url: http://d.iiab.io/packages # A full-featured PBX (for rural telephony, etc) based on Asterisk and FreePBX. From 5fc5bd3e525a2a44e5137bf5b2e5f514310080b2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 7 Jan 2020 19:12:21 -0500 Subject: [PATCH 5/5] Doc Nextcloud d/l workaround in < 80 chars --- roles/nextcloud/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/nextcloud/defaults/main.yml b/roles/nextcloud/defaults/main.yml index e5be03a1d..102319cb1 100644 --- a/roles/nextcloud/defaults/main.yml +++ b/roles/nextcloud/defaults/main.yml @@ -18,9 +18,9 @@ nextcloud_url: /nextcloud nextcloud_prefix: /opt nextcloud_data_dir: "{{ content_base }}/nextcloud/data" # /library/nextcloud/data -# 2020-01-07: If installing IIAB frequently, download.nextcloud.com may throttle +# 2020-01-07: If installing IIAB often, download.nextcloud.com may throttle # you to ~100 kbit/sec, delaying your IIAB install by an hour or more (#2112). -# The following line can avoid that: (but might install an older Nextcloud) +# The following line can avoid that: (but might install an older Nextcloud!) # nextcloud_dl_url: http://d.iiab.io/packages nextcloud_dl_url: https://download.nextcloud.com/server/releases