diff options
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |