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.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/inventory/host_vars/sgg-icecast.yml b/inventory/host_vars/sgg-icecast.yml
index 3b3b609c..cba33d84 100644
--- a/inventory/host_vars/sgg-icecast.yml
+++ b/inventory/host_vars/sgg-icecast.yml
@@ -53,3 +53,24 @@ kubernetes_version: 1.21.0
kubernetes_container_runtime: docker
kubernetes_standalone_max_pods: 42
kubernetes_standalone_cni_variant: with-portmap
+
+
+icecast_instances:
+ schlagergarten:
+ image_version: 2021-04-23.1
+ port: 8080
+
+ 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 }}"
+
+ hostname: stream.schlagergartengloria.at
+ location: Graz/Austria
+ contact: info@schlagergartengloria.at
+
+ mountpoints:
+ '/live.mp3':
+ username: live
+ password: "{{ vault_icecast_secrets['schlagergarten'].mountpoint_passwords['live.mp3'] }}"