--- ansible_connection: winrm ansible_winrm_server_cert_validation: ignore ansible_password: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/login/' + ansible_user) }}" # credetials 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') }}" # 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_additional_dirs: - 'szene' - 'profile' 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_artwork.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_artwork.png' file: 'background_sbs_2cams.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_3cams_artwork.png' file: 'background_sbs_3cams.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_sbs_2cams_artwork.png' file: 'background_sbs_3cams_small.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/layouts/background_plain.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' - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/profile/basic.ini' file: 'profile\basic.ini' - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/profile/service.json' file: 'profile\service.json' - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/profile/streamEncoder.json' file: 'profile\streamEncoder.json' - src: 'https://backwesen.de/voc/wk22-obs-szene/raw/branch/main/szene/wk22.json' file: 'szene\wk22.json'