classroom/roles/fri_base/tasks/main_win.yml

17 lines
430 B
YAML
Raw Normal View History

2023-09-11 20:30:48 +00:00
- 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
state: present
# TODO: turn on GPO to allow guest SMB logins
# TODO: open firewall for Samba