diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-11-08 12:00:47 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-11-08 12:00:47 -0500 |
commit | c2d647a3cb3a6d456684bcdce327954214352959 (patch) | |
tree | 4fe8bf78b9ef868453bb974758856b2c19c20830 /group_vars | |
parent | 5bf4ab50e13a9be2923ddebe69525b40df8ab3bc (diff) | |
download | emacsconf-ansible-c2d647a3cb3a6d456684bcdce327954214352959.tar.xz emacsconf-ansible-c2d647a3cb3a6d456684bcdce327954214352959.zip |
Update edit and publish configs, tweak OBS, add Mumble client
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" |