diff --git a/group_vars/obs/vars.yml b/group_vars/obs/vars.yml index 68ededf..0e188b8 100644 --- a/group_vars/obs/vars.yml +++ b/group_vars/obs/vars.yml @@ -20,34 +20,20 @@ win_obs_additional_dirs: - 'profile' win_obs_szene_files: - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_logo_big.png' + - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_fs_logo_plain.png' file: 'background_logo_big.png' - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_pip_artwork.png' + - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_pip_logo2a.png' file: 'background_pip.png' - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_plain.png' + - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_plain.png' file: 'background_plain.png' - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_2cams_artwork.png' + - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_sbs_logo3b.png' file: 'background_sbs_2cams.png' - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_3cams_artwork.png' - file: 'background_sbs_3cams.png' - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_2cams_artwork.png' - file: 'background_sbs_3cams_small.png' - - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_plain.png' - file: 'background_sbs_4cams.png' - src: 'https://files.zerobyte.ch/files/hidden/dgwk22_music/luss%20dub%20techno%20session%205.mp3' file: 'wk22_background_music.mp3' - src: 'https://files.zerobyte.ch/files/hidden/dgwk22_music/info.txt' file: 'wk22_background_music.txt' - src: 'https://www.latofonts.com/download/lato2ofl-zip/' file: 'Lato2OFL.zip' - - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/profile/basic.ini' - file: 'profile\basic.ini' - - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/profile/service.json' - file: 'profile\service.json' - - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/profile/streamEncoder.json' - file: 'profile\streamEncoder.json' - - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/szene/wk22.json' - file: 'szene\wk22.json' win_streamdeck__download_icons: true win_streamdeck__icons: diff --git a/host_vars/obs-aktionshalle/vars.yml b/host_vars/obs-aktionshalle/vars.yml deleted file mode 100644 index e8290bf..0000000 --- a/host_vars/obs-aktionshalle/vars.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# user for ansible login -ansible_user: ansible - -# OS language -win_base_init__os_language: 'de' - -# powerprofile -win_obs_init__powerplan_enabled: true -win_obs_init_powerplan_mode: 'Ultimative Leistung' diff --git a/host_vars/obs-proberaum/vars.yml b/host_vars/obs-proberaum/vars.yml deleted file mode 100644 index c9f3ef0..0000000 --- a/host_vars/obs-proberaum/vars.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -# user for ansible login -ansible_user: ansible - -# OS language -win_base_init__os_language: 'en' - -# powerplan -win_obs_init__powerplan_enabled: true -win_obs_init_powerplan_mode: 'high performance' diff --git a/host_vars/obs-clubraum/vars.yml b/host_vars/obs-studio/vars.yml similarity index 100% rename from host_vars/obs-clubraum/vars.yml rename to host_vars/obs-studio/vars.yml diff --git a/hosts.ini b/hosts.ini index db7b37f..3af0193 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,4 +1,5 @@ [obs] -obs-clubraum ansible_host=obs-clubraum.local -obs-proberaum ansible_host=obs-proberaum.local -obs-aktionshalle ansible_host=obs-aktionshalle.local +obs-studio ansible_host=obs-studio +# .local +#obs-proberaum ansible_host=obs-proberaum.local +#obs-aktionshalle ansible_host=obs-aktionshalle.local