update szenes and obs files

This commit is contained in:
L3D 2022-02-17 03:21:05 +01:00
parent 290f12d44c
commit 25b014cbf2
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 31 additions and 1 deletions

3
.gitmodules vendored
View file

@ -26,3 +26,6 @@
path = roles/do1jlr.win_reaplugs236
url = https://backwesen.de/voc/win_ansible_role_reaplugs236.git
branch = main
[submodule "roles/do1jlr.win_obs_szene"]
path = roles/do1jlr.win_obs_szene
url = https://backwesen.de/voc/ansible_role_prepare_obs_szene.git

View file

@ -11,3 +11,28 @@ win_obs_init__password: "{{ lookup('community.general.passwordstore', gopass_pas
# manage autologon
win_obs_init__autologon: true
win_obs_init__autologon_password: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/login/obs') }}"
# define obs szene
win_obs_szene__project: 'winterkongress22'
# TODO: Artwork einfuegen, wenn verfuegbar!
win_obs_szene_files:
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_logo_big.png'
file: 'background_logo_big.png'
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_pip.png'
file: 'background_pip.png'
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_plain.png'
file: 'background_plain.png'
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_2cams.png'
file: 'background_sbs_2cams.png'
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_3cams.png'
file: 'background_sbs_3cams.png'
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_3cams_small.png'
file: 'background_sbs_3cams_small.png'
- src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_4cams.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'

@ -1 +1 @@
Subproject commit 7d4c19584c7f053b2d3043ae124e2856cd96a62e
Subproject commit 7c30f1aa6354539737fa773254d2299a361cfe29

@ -0,0 +1 @@
Subproject commit 346a7be759989275489c3103b269f57d547b90dd

View file

@ -10,3 +10,4 @@
- {role: do1jlr.win_synologydrive, tags: [synology, nas, synologydrive]}
- {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
- {role: do1jlr.win_obs_szene, tags: [obs, szene]}