2022-01-01 22:22:12 +01:00
|
|
|
---
|
|
|
|
ansible_connection: winrm
|
|
|
|
ansible_winrm_server_cert_validation: ignore
|
|
|
|
ansible_password: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/login/' + ansible_user) }}"
|
|
|
|
|
|
|
|
# credetials
|
2022-01-02 19:09:53 +01:00
|
|
|
gopass_password_prefix: 'chvoc/ansible/windows/'
|
|
|
|
win_base_init__created_user_password: "{{ lookup('community.general.passwordstore', gopass_password_prefix + inventory_hostname + '/login/ansible create=true length=64 nosymbols=true') }}"
|
|
|
|
win_obs_init__password: "{{ lookup('community.general.passwordstore', gopass_password_prefix + inventory_hostname + '/login/obs create=true length=16 nosymbols=true') }}"
|
2022-01-01 22:22:12 +01:00
|
|
|
|
|
|
|
# manage autologon
|
|
|
|
win_obs_init__autologon: true
|
|
|
|
win_obs_init__autologon_password: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/login/obs') }}"
|
2022-02-17 03:21:05 +01:00
|
|
|
|
|
|
|
# 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'
|