summaryrefslogtreecommitdiff
path: root/inventory/host_vars/sgg-icecast.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-23 22:46:12 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-23 22:46:12 +0200
commit476c03d6003f21cbf7fd83f18738ab06c1cf6230 (patch)
treeb5cc7c4d1737b71dc6c29628595398df6bbe4596 /inventory/host_vars/sgg-icecast.yml
parentsgg-icecast: standalone kubelet (diff)
icecast2 role and test deployment
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'] }}"