This commit is contained in:
L3D 2023-02-22 17:41:46 +01:00
parent d3d963648f
commit 2acf668cba
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 14 additions and 2 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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:

View file

@ -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

@ -0,0 +1 @@
Subproject commit c483ff9a6c51cc41d82cb6ccc3c918404430375b