ansible_playbook_windows_ob.../group_vars/obs/vars.yml

66 lines
2.9 KiB
YAML
Raw Normal View History

2022-01-01 22:22:12 +01:00
---
2022-12-29 00:41:49 +01:00
# user for ansible login
ansible_user: ansible
2022-12-29 18:01:43 +01:00
voc_user: voc
2022-12-29 00:41:49 +01:00
# language options (important)
win_base_init__os_language: 'en'
win_obs_init__powerplan_enabled: true
win_obs_init_powerplan_mode: 'high performance'
2022-12-27 22:38:10 +01:00
# connect
ansible_connection: ssh
ansible_shell_type: "powershell"
2022-01-01 22:22:12 +01:00
ansible_winrm_server_cert_validation: ignore
ansible_pipelining: true
2022-01-01 22:22:12 +01:00
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') }}"
2022-12-29 18:01:43 +01:00
win_obs_init__password: "{{ lookup('community.general.passwordstore', gopass_password_prefix + inventory_hostname + '/login/' + voc_user + ' create=true length=8 nosymbols=true') }}"
2022-01-01 22:22:12 +01:00
# manage autologon
win_obs_init__autologon: true
2022-12-29 18:01:43 +01:00
win_obs_init__autologon_password: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/login/' + voc_user) }}"
# users
win_sshd_otheruser: "{{ voc_user }}"
win_sshd_otheruserkeys: true
win_sshd_otherusepassword: "{{ win_obs_init__autologon_password }}"
2022-12-30 01:56:04 +01:00
win__special_rdp_user: "{{ voc_user }}"
win__allow_special_rdp_user: true
# windows product key
windows_product_key: "{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/productkey') }}"
2022-02-17 03:21:05 +01:00
# define obs szene
2022-12-31 19:11:10 +01:00
win_obs_szene__project: 'wk23'
2022-02-17 03:21:05 +01:00
# TODO: Artwork einfuegen, wenn verfuegbar!
2022-09-14 23:36:04 +02:00
win_obs_additional_dirs: []
2022-02-22 23:22:51 +01:00
2022-02-17 03:21:05 +01:00
win_obs_szene_files:
2022-12-31 16:43:56 +01:00
- src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/schema/background_schema_3sources.png'
file: 'background_3sources.png'
- src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/schema/background_schema_4sources.png'
file: 'background_4sources.png'
- src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/schema/background_schema_pip.png'
file: 'background_pip.png'
- src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/schema/background_schema_sbs.png'
file: 'background_sbs.png'
- src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/artwork/background_final_logo_big.png'
file: 'background_logo_big.png'
- src: 'https://backwesen.de/voc/wk23-obs-szene/media/branch/main/artwork/background_final_plain.png'
file: 'background_plain.png'
2022-02-17 03:21:05 +01:00
- 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'
2023-02-21 20:20:18 +01:00
- src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/wk23-{{ inventory_hostname }}.json'
file: 'wk23-{{ inventory_hostname }}.json'
2022-02-25 00:07:52 +01:00
2023-01-01 03:53:28 +01:00
win_streamdeck__download_icons: false
2022-12-27 22:38:10 +01:00
win_streamdeck__icons: []
2023-02-21 20:20:18 +01:00
- src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/WK23.streamDeckProfile'
file: 'WK23.streamDeckProfile'