--- 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/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_fs_logo_plain.png' file: 'background_logo_big.png' - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_pip_logo2a.png' file: 'background_pip.png' - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_plain.png' file: 'background_plain.png' - src: 'https://backwesen.de/voc/sps22-obs-szene/raw/branch/renderings_2022/2022/rendering/background_sbs_logo3b.png' file: 'background_sbs_2cams.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' win_streamdeck__download_icons: true win_streamdeck__icons: - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_cam1.png' file: 'sd_cam1.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_cam2.png' file: 'sd_cam2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_locrem.png' file: 'sd_locrem.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_mod_remote1_remote2.png' file: 'sd_mod_remote1_remote2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_pip_slides_cam1.png' file: 'sd_pip_slides_cam1.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote1.png' file: 'sd_remote1.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote1_remote2_rremote3.png' file: 'sd_remote1_remote2_rremote3.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote_slides.png' file: 'sd_remote_slides.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_slides_remote2.png' file: 'sd_slides_remote2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_warn.png' file: 'sd_warn.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_cam1_bb.png' file: 'sd_cam1_bb.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_cam2_bb.png' file: 'sd_cam2_bb.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote_moderator.png' file: 'sd_remote_moderator.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_moderator_remote1_remote2_remote3.png' file: 'sd_moderator_remote1_remote2_remote3.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_pip_slides_cam2.png' file: 'sd_pip_slides_cam2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote1_bb.png' file: 'sd_remote1_bb.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote2.png' file: 'sd_remote2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_slides.png' file: 'sd_slides.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_soon.png' file: 'sd_soon.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_cam1_cam2.png' file: 'sd_cam1_cam2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_cut.png' file: 'sd_cut.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_mod_remote1.png' file: 'sd_mod_remote1.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_pause.png' file: 'sd_pause.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remloc.png' file: 'sd_remloc.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote1_remote2.png' file: 'sd_remote1_remote2.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_remote3.png' file: 'sd_remote3.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_slides_remote1.png' file: 'sd_slides_remote1.png' - src: 'https://backwesen.de/voc/wk22-obs-szene/media/branch/main/streamdeck/sd_video.png' file: 'sd_video.png'