summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sgg-icecast.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/sgg-icecast.yml')
-rw-r--r--inventory/host_vars/sgg-icecast.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/inventory/host_vars/sgg-icecast.yml b/inventory/host_vars/sgg-icecast.yml
index eef28af6..6f88219b 100644
--- a/inventory/host_vars/sgg-icecast.yml
+++ b/inventory/host_vars/sgg-icecast.yml
@@ -58,10 +58,11 @@ kubernetes_standalone_cni_variant: with-portmap
icecast_instances:
schlagergarten:
image_version: 2021-04-23.1
- port: 8080
+ listeners:
+ - port: 8080
+ shoutcast_mountpoint: /live.mp3
source_password: "{{ vault_icecast_secrets['schlagergarten'].source_password }}"
- relay_password: "{{ vault_icecast_secrets['schlagergarten'].relay_password }}"
admin:
username: admin
password: "{{ vault_icecast_secrets['schlagergarten'].admin_password }}"
@@ -69,8 +70,3 @@ icecast_instances:
hostname: "{{ external_ip }}"
location: Graz/Austria
contact: bussi@schlagergartengloria.at
-
- mountpoints:
- '/live.mp3':
- username: live
- password: "{{ vault_icecast_secrets['schlagergarten'].mountpoint_passwords['live.mp3'] }}"