mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 12:12:12 +00:00
azuracast/defaults/main.yml: Update in-line docs
This commit is contained in:
parent
624c4d8aaa
commit
1ddfab2edd
1 changed files with 9 additions and 9 deletions
|
@ -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!
|
||||
|
|
Loading…
Reference in a new issue