diff options
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml index 254effe..34fc98c 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -15,7 +15,7 @@ emacsconf_tracks: vnc_id: 5 vnc_port: 5905 obs_websocket_port: 6005 - mumble_channel: Org + mumble_channel: emacsconf-gen - name: Development channel: emacsconf-dev id: dev @@ -24,7 +24,7 @@ emacsconf_tracks: vnc_id: 6 vnc_port: 5906 obs_websocket_port: 6006 - mumble_channel: Lobby + mumble_channel: emacsconf-dev icecast_emacsconf_user: emacsconf emacsconf_home: /home/{{ emacsconf_user }} emacsconf_font: "Sans Serif" |