Files
ansible-msp-automations/playbooks/windows_patch.yml

9 lines
131 B
YAML

---
- name: Windows patching
hosts: windows_hosts
gather_facts: true
roles:
- preflight
- windows_patch
- report