update
This commit is contained in:
parent
d3d963648f
commit
2acf668cba
4 changed files with 14 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
1
roles/do1jlr.win_wallpaper
Submodule
1
roles/do1jlr.win_wallpaper
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit c483ff9a6c51cc41d82cb6ccc3c918404430375b
|
Loading…
Reference in a new issue