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

23 lines
993 B
YAML
Raw Normal View History

# A full-featured online radio station suite. Uses Docker.
# README: https://github.com/iiab/iiab/tree/master/roles/azuracast#readme
2019-06-13 12:26:26 +00:00
# azuracast_install: False
# azuracast_enabled: False # This var is currently IGNORED
2019-06-13 12:26:26 +00:00
# azuracast_http_port: 12080
# azuracast_https_port: 12443
2019-06-13 12:26:26 +00:00
## 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
2019-06-23 10:24:10 +00:00
## being reserved for AzuraCast:
# azuracast_port_range_prefix: 12
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