diff --git a/roles/azuracast/defaults/main.yml b/roles/azuracast/defaults/main.yml index 59671212e..735076bcd 100644 --- a/roles/azuracast/defaults/main.yml +++ b/roles/azuracast/defaults/main.yml @@ -7,10 +7,10 @@ # azuracast_http_port: 10080 # azuracast_https_port: 10443 -## Auracast needs many ports in the 8000:8100 range by default, but IIAB services +## 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. ## Eg: setting the below variable to 10 will result in port ranges 10000-10100 -## being reserved for azuracast +## being reserved for AzuraCast: # azuracast_port_range_prefix: 10 # All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml