From 1ddfab2eddcb748c619e9c2077f8805f66028e81 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:17:28 -0400 Subject: [PATCH 01/12] azuracast/defaults/main.yml: Update in-line docs --- roles/azuracast/defaults/main.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/roles/azuracast/defaults/main.yml b/roles/azuracast/defaults/main.yml index 6e505649f..423682c12 100644 --- a/roles/azuracast/defaults/main.yml +++ b/roles/azuracast/defaults/main.yml @@ -1,17 +1,17 @@ -# A full-featured online radio station suite. -# Works on Ubuntu 18.04, Debian 9, 10. Uses docker +# A full-featured online radio station suite. Uses Docker. +# README: https://github.com/iiab/iiab/tree/master/roles/azuracast#readme # azuracast_install: False -# azuracast_enabled: False +# azuracast_enabled: False # This var is currently IGNORED -# azuracast_http_port: 10080 -# azuracast_https_port: 10443 +# azuracast_http_port: 12080 +# azuracast_https_port: 12443 -## 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 +## AzuraCast needs many ports in the 8000:8496 range by default, but IIAB +## services conflict, so this variable below sets a sane prefix. +## e.g. setting the below variable to 12 will result in port ranges 12000-12499 ## being reserved for AzuraCast: -# azuracast_port_range_prefix: 10 +# azuracast_port_range_prefix: 12 # All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! From 6777e52d536868d8185304a36e360a014d6a3962 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:18:47 -0400 Subject: [PATCH 02/12] "azuracast_port_range_prefix: 12" in default_vars.yml --- vars/default_vars.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 00bdc9767..045102f0d 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -381,11 +381,11 @@ azuracast_enabled: False # This var is currently IGNORED azuracast_http_port: 12080 azuracast_https_port: 12443 # -# 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 +# AzuraCast needs many ports in the 8000:8496 range by default, but IIAB +# services conflict, so this variable below sets a sane prefix. +# e.g. setting the below variable to 12 will result in port ranges 12000-12499 # being reserved for AzuraCast: -azuracast_port_range_prefix: 10 +azuracast_port_range_prefix: 12 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 #dokuwiki_install: False From c887768e11ea5ab397801a91fa39e0a652656064 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:26:34 -0400 Subject: [PATCH 03/12] azuracast/defaults/main.yml: Grammar typo --- roles/azuracast/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/azuracast/defaults/main.yml b/roles/azuracast/defaults/main.yml index 423682c12..450ba867a 100644 --- a/roles/azuracast/defaults/main.yml +++ b/roles/azuracast/defaults/main.yml @@ -9,7 +9,7 @@ ## AzuraCast needs many ports in the 8000:8496 range by default, but IIAB ## services conflict, so this variable below sets a sane prefix. -## e.g. setting the below variable to 12 will result in port ranges 12000-12499 +## e.g. setting the below variable to 12 will result in port range 12000-12499 ## being reserved for AzuraCast: # azuracast_port_range_prefix: 12 From f6d1c9861688f37d8637cdb13d4746bcb3adf5a1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:27:38 -0400 Subject: [PATCH 04/12] default_vars.yml: Grammar typo RE: AzuraCast port range --- vars/default_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 045102f0d..d41ca1e82 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -383,7 +383,7 @@ azuracast_https_port: 12443 # # AzuraCast needs many ports in the 8000:8496 range by default, but IIAB # services conflict, so this variable below sets a sane prefix. -# e.g. setting the below variable to 12 will result in port ranges 12000-12499 +# e.g. setting the below variable to 12 will result in port range 12000-12499 # being reserved for AzuraCast: azuracast_port_range_prefix: 12 From 41140c65164294f30497b569d7164499d466b64c Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:31:38 -0400 Subject: [PATCH 05/12] Update local_vars_unittest.yml --- vars/local_vars_unittest.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/local_vars_unittest.yml b/vars/local_vars_unittest.yml index 7015d826d..f0fd76f47 100644 --- a/vars/local_vars_unittest.yml +++ b/vars/local_vars_unittest.yml @@ -233,10 +233,6 @@ nodocs: False # 6-GENERIC-APPS -# Simple, Self-Hosted Web Radio - from AzuraCast.com -azuracast_install: False -azuracast_enabled: False # This var is currently IGNORED. - # Gitea (lightweight self-hosted "GitHub") from https://gitea.io gitea_install: False gitea_enabled: False @@ -368,6 +364,10 @@ vnstat_enabled: False # 9-LOCAL-ADDONS +# Simple, Self-Hosted Web Radio - from AzuraCast.com +azuracast_install: False +azuracast_enabled: False # This var is currently IGNORED. + # Python-based Captive Portal, that @m-anish & @jvonau experimented with in # July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt # extensively later refined (PRs #1179, #1300, #1327, #2070). From d7b1a99f4a23c4c7031d041628b24e14265adc00 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:31:43 -0400 Subject: [PATCH 06/12] Update local_vars_small.yml --- vars/local_vars_small.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/local_vars_small.yml b/vars/local_vars_small.yml index 783009ab8..7e3092cbe 100644 --- a/vars/local_vars_small.yml +++ b/vars/local_vars_small.yml @@ -233,10 +233,6 @@ nodocs: False # 6-GENERIC-APPS -# Simple, Self-Hosted Web Radio - from AzuraCast.com -azuracast_install: False -azuracast_enabled: False # This var is currently IGNORED. - # Gitea (lightweight self-hosted "GitHub") from https://gitea.io gitea_install: False gitea_enabled: False @@ -368,6 +364,10 @@ vnstat_enabled: False # 9-LOCAL-ADDONS +# Simple, Self-Hosted Web Radio - from AzuraCast.com +azuracast_install: False +azuracast_enabled: False # This var is currently IGNORED. + # Python-based Captive Portal, that @m-anish & @jvonau experimented with in # July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt # extensively later refined (PRs #1179, #1300, #1327, #2070). From 6b51db6865a2a9fe4a6326c8d835af60d99c10ce Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:31:49 -0400 Subject: [PATCH 07/12] Update local_vars_medium.yml --- vars/local_vars_medium.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/local_vars_medium.yml b/vars/local_vars_medium.yml index c2cbb7708..6e695caeb 100644 --- a/vars/local_vars_medium.yml +++ b/vars/local_vars_medium.yml @@ -233,10 +233,6 @@ nodocs: False # 6-GENERIC-APPS -# Simple, Self-Hosted Web Radio - from AzuraCast.com -azuracast_install: False -azuracast_enabled: False # This var is currently IGNORED. - # Gitea (lightweight self-hosted "GitHub") from https://gitea.io gitea_install: False gitea_enabled: False @@ -368,6 +364,10 @@ vnstat_enabled: False # 9-LOCAL-ADDONS +# Simple, Self-Hosted Web Radio - from AzuraCast.com +azuracast_install: False +azuracast_enabled: False # This var is currently IGNORED. + # Python-based Captive Portal, that @m-anish & @jvonau experimented with in # July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt # extensively later refined (PRs #1179, #1300, #1327, #2070). From f7afb80bb0e5dd54d7d8c448ec1492d5489a0f62 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 6 Sep 2022 12:31:54 -0400 Subject: [PATCH 08/12] Update local_vars_large.yml --- vars/local_vars_large.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/local_vars_large.yml b/vars/local_vars_large.yml index 588868b7f..624b01603 100644 --- a/vars/local_vars_large.yml +++ b/vars/local_vars_large.yml @@ -233,10 +233,6 @@ nodocs: False # 6-GENERIC-APPS -# Simple, Self-Hosted Web Radio - from AzuraCast.com -azuracast_install: False -azuracast_enabled: False # This var is currently IGNORED. - # Gitea (lightweight self-hosted "GitHub") from https://gitea.io gitea_install: True gitea_enabled: True @@ -368,6 +364,10 @@ vnstat_enabled: True # 9-LOCAL-ADDONS +# Simple, Self-Hosted Web Radio - from AzuraCast.com +azuracast_install: False +azuracast_enabled: False # This var is currently IGNORED. + # Python-based Captive Portal, that @m-anish & @jvonau experimented with in # July 2018 (https://github.com/iiab/iiab/pull/870) and that @georgejhunt # extensively later refined (PRs #1179, #1300, #1327, #2070). From 3b67ff0547f502396464aa62dae5da2d0ba0f1f9 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Sep 2022 14:46:24 -0400 Subject: [PATCH 09/12] azuracast/defaults/main.yml: "# azuracast_port_range_prefix: 10" for now --- roles/azuracast/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/azuracast/defaults/main.yml b/roles/azuracast/defaults/main.yml index 450ba867a..86bc22db7 100644 --- a/roles/azuracast/defaults/main.yml +++ b/roles/azuracast/defaults/main.yml @@ -11,7 +11,7 @@ ## services conflict, so this variable below sets a sane prefix. ## e.g. setting the below variable to 12 will result in port range 12000-12499 ## being reserved for AzuraCast: -# azuracast_port_range_prefix: 12 +# azuracast_port_range_prefix: 10 # All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml # If nec, change them by editing /etc/iiab/local_vars.yml prior to installing! From cd88b73b4e0ec44e6e2da791fa0e711d9b1bd6f1 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Sep 2022 14:47:07 -0400 Subject: [PATCH 10/12] default_vars.yml: "azuracast_port_range_prefix: 10" for now --- vars/default_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index d41ca1e82..9b4cff1dc 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -385,7 +385,7 @@ azuracast_https_port: 12443 # services conflict, so this variable below sets a sane prefix. # e.g. setting the below variable to 12 will result in port range 12000-12499 # being reserved for AzuraCast: -azuracast_port_range_prefix: 12 +azuracast_port_range_prefix: 10 # UNMAINTAINED as of January 2020: https://github.com/iiab/iiab/issues/2056 #dokuwiki_install: False From f2e771f63a81f29c472cd39eb79131ded902ddac Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Sep 2022 14:54:26 -0400 Subject: [PATCH 11/12] azuracast/defaults/main.yml: Doc tweak --- roles/azuracast/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/azuracast/defaults/main.yml b/roles/azuracast/defaults/main.yml index 86bc22db7..a3cd24908 100644 --- a/roles/azuracast/defaults/main.yml +++ b/roles/azuracast/defaults/main.yml @@ -9,7 +9,7 @@ ## AzuraCast needs many ports in the 8000:8496 range by default, but IIAB ## services conflict, so this variable below sets a sane prefix. -## e.g. setting the below variable to 12 will result in port range 12000-12499 +## e.g. setting the below variable to 10 will result in port range 10000-10499 ## being reserved for AzuraCast: # azuracast_port_range_prefix: 10 From 43546a8a39bb2c846ae8373eb624fd9be4c60ae6 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 8 Sep 2022 14:55:27 -0400 Subject: [PATCH 12/12] default_vars.yml: AzuraCast ports doc tweak --- vars/default_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 9b4cff1dc..920bb6bc3 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -383,7 +383,7 @@ azuracast_https_port: 12443 # # AzuraCast needs many ports in the 8000:8496 range by default, but IIAB # services conflict, so this variable below sets a sane prefix. -# e.g. setting the below variable to 12 will result in port range 12000-12499 +# e.g. setting the below variable to 10 will result in port range 10000-10499 # being reserved for AzuraCast: azuracast_port_range_prefix: 10