Add background and set timezone

This commit is contained in:
L3D 2024-02-25 20:57:10 +01:00
parent d736967c56
commit 9f8bfe8989
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 9 additions and 2 deletions

3
.gitmodules vendored
View file

@ -60,3 +60,6 @@
[submodule "roles/l3d.wireguard"]
path = roles/l3d.wireguard
url = https://git.l3d.ch/win_ansible/ansible_role_win_wireguard.git
[submodule "roles/l3d.time"]
path = roles/l3d.time
url = https://git.l3d.ch/win_ansible/ansible_role_win_time.git

View file

@ -40,10 +40,12 @@ windows_product_key: "{{ lookup('community.general.passwordstore', 'chvoc/ansibl
win_obs_szene__project: 'wk24'
# TODO: Artwork einfuegen, wenn verfuegbar!
win_obs_additional_dirs: ['obs-config']
wallpaper_path: 'C:\obs\{{ win_obs_szene__project }}\background_logo_big.png'
wallpaper_path: 'C:\obs\{{ win_obs_szene__project }}\background.png'
win_obs_szene_files:
- src: 'https://git.l3d.ch/voc/winkekatze_background/media/branch/main/png/voctocat_winkekatze_background.png'
file: 'background.png'
- src: 'https://files.chvoc.ch/dgwk24/design/logo_huge.png'
file: 'wk24_logo.png'
# - src: 'https://files.chvoc.ch/dgwk24/design/picture_in_picture.png'
@ -55,7 +57,7 @@ win_obs_szene_files:
- src: 'https://files.chvoc.ch/dgwk24/design/plain.png'
file: 'wk24_plain.png'
# - src: 'https://files.chvoc.ch/dgwk24/design/three_side_by_side.png'
- srv: 'https://git.chaoswest.tv/winterkongress/wk23-obs-szene/media/branch/main/schema/background_schema_3sources.png'
- src: 'https://git.chaoswest.tv/winterkongress/wk23-obs-szene/media/branch/main/schema/background_schema_3sources.png'
file: 'wk24_sbs_x3.png'
- src: 'https://files.zerobyte.ch/files/hidden/dgwk22_music/luss%20dub%20techno%20session%205.mp3'
file: 'wk24_background_music.mp3'

1
roles/l3d.time Submodule

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

View file

@ -18,6 +18,7 @@
- {role: do1jlr.win_sshd, tags: sshd}
- {role: do1jlr.win_rdp, tags: rdp}
- {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: l3d.time, tags: time}
- {role: l3d.wireguard, tags: wireguard}
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
- {role: do1jlr.win_obs_szene, tags: [obs, szene]}