From c2d647a3cb3a6d456684bcdce327954214352959 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 8 Nov 2022 12:00:47 -0500 Subject: Update edit and publish configs, tweak OBS, add Mumble client --- group_vars/all.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'group_vars') diff --git a/group_vars/all.yml b/group_vars/all.yml index d3c2e7b..d16dc44 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -9,18 +9,22 @@ emacsconf_group: orga emacsconf_tracks: - name: General id: gen + channel: emacsconf-gen watch: https://emacsconf.org/{{ emacsconf_year }}/watch/gen/ watch_lowres: https://live.emacsconf.org/{{ emacsconf_year }}/watch/gen-480p/ vnc_id: 5 vnc_port: 5905 obs_websocket_port: 6005 + mumble_channel: Org - name: Development + channel: emacsconf-dev id: dev watch: https://emacsconf.org/{{ emacsconf_year }}/watch/dev/ watch_lowres: https://live.emacsconf.org/{{ emacsconf_year }}/watch/dev-480p/ vnc_id: 6 vnc_port: 5906 obs_websocket_port: 6006 + mumble_channel: Lobby icecast_emacsconf_user: emacsconf emacsconf_home: /home/{{ emacsconf_user }} emacsconf_font: "Sans Serif" -- cgit v1.2.3