diff --git a/roles/azuracast/defaults/main.yml b/roles/azuracast/defaults/main.yml index 6e505649f..a3cd24908 100644 --- a/roles/azuracast/defaults/main.yml +++ b/roles/azuracast/defaults/main.yml @@ -1,15 +1,15 @@ -# 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 10 will result in port range 10000-10499 ## being reserved for AzuraCast: # azuracast_port_range_prefix: 10 diff --git a/vars/default_vars.yml b/vars/default_vars.yml index 00bdc9767..920bb6bc3 100644 --- a/vars/default_vars.yml +++ b/vars/default_vars.yml @@ -381,9 +381,9 @@ 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 10 will result in port range 10000-10499 # being reserved for AzuraCast: azuracast_port_range_prefix: 10 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). 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). 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). 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).