From cd4c11e5982b5e72e0efd4552372b35e92eda45c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 26 Feb 2023 22:48:20 +0100 Subject: ele-jitsi: add mumble --- inventory/host_vars/ele-jitsi.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'inventory') 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
Intercom Staff of the Elevate Mediachannel" + rememberchannel: true + + prometheus_scrape_endpoint: "{{ ansible_default_ipv4.address }}:9999" -- cgit v1.2.3