win_ansible_role_base_setup/defaults/main.yml

15 lines
315 B
YAML
Raw Permalink Normal View History

2021-12-15 01:03:37 +01:00
---
win_base_init__created_user_name: 'ansible'
win_base_init__created_user_password: 'ChangeToSecurePassword'
win_base_init__allow_reboot: true
2021-12-20 19:42:55 +01:00
win_base_init__packages:
- git
- Firefox
- mpvio
- vlc
2022-12-31 22:10:19 +01:00
- 7zip
2022-01-02 16:40:53 +01:00
win_base_init__os_description: ''
win_base_init__os_organization: ''
win_base_init__os_owner: ''