diff --git a/.gitmodules b/.gitmodules index 5805817..1651ef4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule "roles/do1jlr.win_activation"] path = roles/do1jlr.win_activation url = https://backwesen.de/voc/win_ansible_role_activating.git +[submodule "roles/do1jlr.win_wallpaper"] + path = roles/do1jlr.win_wallpaper + url = https://backwesen.de/voc/win_ansible_role_wallpaper.git diff --git a/group_vars/obs/vars.yml b/group_vars/obs/vars.yml index e028c37..d29574a 100644 --- a/group_vars/obs/vars.yml +++ b/group_vars/obs/vars.yml @@ -37,7 +37,9 @@ windows_product_key: "{{ lookup('community.general.passwordstore', 'chvoc/ansibl # define obs szene win_obs_szene__project: 'wk23' # TODO: Artwork einfuegen, wenn verfuegbar! -win_obs_additional_dirs: [] +win_obs_additional_dirs: ['obs-config'] +wallpaper_path: 'C:\obs\{{ win_obs_szene__project }}\background_logo_big.png' + win_obs_szene_files: - src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/artwork/background_final_3sources.png' @@ -58,6 +60,12 @@ win_obs_szene_files: file: 'Lato2OFL.zip' - src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/wk23-{{ inventory_hostname }}.json' file: 'wk23-{{ inventory_hostname }}.json' + - src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/profile/streamEncoder.json' + file: 'obs-config/streamEncoder.json' + - src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/profile/service.json' + file: 'obs-config/service.json' + - src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/profile/basic.ini' + file: 'obs-config/basic.ini' win_streamdeck__download_icons: false win_streamdeck__icons: diff --git a/hosts.ini b/hosts.ini index 0dbec5d..e4f5581 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,5 +1,5 @@ [obs] obs-white ansible_host=obs-white.local obs-yellow ansible_host=obs-yellow.local -# obs-blue ansible_host=obs-blue.local +obs-blue ansible_host=obs-blue.local obs-misc ansible_host=obs-misc.local diff --git a/roles/do1jlr.win_wallpaper b/roles/do1jlr.win_wallpaper new file mode 160000 index 0000000..c483ff9 --- /dev/null +++ b/roles/do1jlr.win_wallpaper @@ -0,0 +1 @@ +Subproject commit c483ff9a6c51cc41d82cb6ccc3c918404430375b