start adding obs szene stuff

This commit is contained in:
L3D 2024-02-25 18:43:02 +01:00
parent 0f1f4e38bc
commit 123c6ed808
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 24 additions and 25 deletions

View file

@ -37,37 +37,36 @@ win__allow_special_rdp_user: true
windows_product_key: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/productkey') }}"
# define obs szene
win_obs_szene__project: 'sps23'
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'
win_obs_szene_files:
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/artwork/background_final_3sources.png'
file: 'background_3sources.png'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/artwork/background_final_plain.png'
file: 'background_4sources.png'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/artwork/background_final_logo_pip.png'
file: 'background_pip.png'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/artwork/background_final_sbs.png'
file: 'background_sbs.png'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/artwork/background_final_logo_big.png'
file: 'background_logo_big.png'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/artwork/background_final_plain.png'
file: 'background_plain.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'
- src: 'https://git.chaoswest.tv/winterkongress/wk23-obs-szene/media/branch/main/schema/background_schema_pip.png'
file: 'wk24_pip.png'
# - src: 'https://files.chvoc.ch/dgwk24/design/side_by_side.png'
- src: 'https://git.chaoswest.tv/winterkongress/wk23-obs-szene/media/branch/main/schema/background_schema_sbs.png'
file: 'wk24_sbs_x2.png'
- 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'
file: 'wk24_sbs_x3.png'
- src: 'https://files.zerobyte.ch/files/hidden/dgwk22_music/luss%20dub%20techno%20session%205.mp3'
file: 'wk22_background_music.mp3'
- src: 'https://www.latofonts.com/download/lato2ofl-zip/'
file: 'Lato2OFL.zip'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/wk23-{{ inventory_hostname }}.json'
file: 'wk23-{{ inventory_hostname }}.json'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/profile/streamEncoder.json'
file: 'obs-config/streamEncoder.json'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/profile/service.json'
file: 'obs-config/service.json'
- src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/profile/basic.ini'
file: 'obs-config/basic.ini'
file: 'wk24_background_music.mp3'
# - src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/wk23-{{ inventory_hostname }}.json'
# file: 'wk23-{{ inventory_hostname }}.json'
# - src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/profile/streamEncoder.json'
# file: 'obs-config/streamEncoder.json'
# - src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/profile/service.json'
# file: 'obs-config/service.json'
# - src: 'https://git.l3d.ch/voc/wk23-obs-szene/media/branch/main/profile/basic.ini'
# file: 'obs-config/basic.ini'
win_streamdeck__download_icons: true
win_streamdeck__icons:

View file

@ -21,7 +21,7 @@
- {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: l3d.wireguard, tags: wireguard}
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
# - {role: do1jlr.win_obs_szene, tags: [obs, szene]}
- {role: do1jlr.win_obs_szene, tags: [obs, szene]}
# - {role: do1jlr.win_nextcloud, tags: nextcloud} # currently instalaltion not working
- {role: setup_secrets, tags: [secret]}
- {role: important_tasks, tags: tasks}