classroom/roles/fri_base/tasks/main_win.yml
2024-03-01 15:33:18 +01:00

26 lines
739 B
YAML

- include_tasks: 7zip.yml
- include_tasks: chrome.yml
- include_tasks: firefox.yml
- include_tasks: libreoffice.yml
- include_tasks: msys2.yml
- include_tasks: pycharm.yml # not required by anyone but used by everyone
- include_tasks: sublime-text.yml
- include_tasks: sumatrapdf.yml
- include_tasks: vlc.yml
- 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