classroom/roles/fri_base/tasks/main_win.yml
2024-08-07 00:08:34 +02:00

18 lines
479 B
YAML

- name: Set timezone
win_timezone:
timezone: Central Europe Standard Time
- name: Show file extensions in Explorer
win_regedit:
path: HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
name: HideFileExt
data: 0
type: dword
- name: Install PSCX
community.windows.win_psmodule:
name: Pscx
accept_license: true
allow_clobber: true
state: present
# TODO: turn on GPO to allow guest SMB logins
# TODO: open firewall for Samba