summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-26 22:48:20 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-26 22:48:20 +0100
commitcd4c11e5982b5e72e0efd4552372b35e92eda45c (patch)
tree6fd6c061994ac48c4b301f91a53c0bb5ff4061ee /inventory
parentele-stage-rapsi: switch to h2r-graphics running on ele-hyperion (diff)
ele-jitsi: add mumble
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ele-jitsi.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-jitsi.yml b/inventory/host_vars/ele-jitsi.yml
index 94305b40..2a049bf9 100644
--- a/inventory/host_vars/ele-jitsi.yml
+++ b/inventory/host_vars/ele-jitsi.yml
@@ -76,4 +76,17 @@ jitsi_meet_streamui:
default_control_room: lashuu8O
+mumble_version: 1.3.4
+mumble_instance: elev8.at
+mumble_hostnames:
+ - mumble.elev8.at
+
+mumble_superuser_password: "{{ vault_mumble_superuser_password }}"
+
+mumble_config_options:
+ bonjour: false
+ welcometext: "Welcome to the Elevate Festival Mumble Server <br>Intercom Staff of the Elevate Mediachannel"
+ rememberchannel: true
+
+
prometheus_scrape_endpoint: "{{ ansible_default_ipv4.address }}:9999"