From 476c03d6003f21cbf7fd83f18738ab06c1cf6230 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 23 Apr 2021 22:46:12 +0200 Subject: icecast2 role and test deployment --- inventory/host_vars/sgg-icecast.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'inventory/host_vars') 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'] }}" -- cgit v1.2.3