1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/azuracast/defaults/main.yml

23 lines
940 B
YAML
Raw Normal View History

2019-06-13 12:26:26 +00:00
# A full-featured online radio station suite.
# Works on Ubuntu 18.04, Debian 9, 10. Uses docker
# azuracast_install: False
# azuracast_enabled: False
2019-06-19 06:42:54 +00:00
# azuracast_http_port: 10080
# azuracast_https_port: 10443
2019-06-13 12:26:26 +00:00
2019-06-23 10:24:10 +00:00
## AzuraCast needs many ports in the 8000:8100 range by default, but IIAB services
2019-06-19 06:42:54 +00:00
## 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
2019-06-23 10:24:10 +00:00
## being reserved for AzuraCast:
2019-06-19 06:42:54 +00:00
# azuracast_port_range_prefix: 10
2019-06-19 06:42:54 +00:00
# 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!
2019-06-13 12:26:26 +00:00
2021-07-19 07:36:09 +00:00
docker_sh_url: https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker.sh
docker_compose_url: https://raw.githubusercontent.com/AzuraCast/AzuraCast/main/docker-compose.sample.yml
2019-06-13 12:26:26 +00:00
docker_container_dir: /library/docker
azuracast_host_dir: /opt/azuracast