ansible/windows/winupdate.yaml

13 lines
335 B
YAML

## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles.
---
- name: Windows Server Updates
tasks:
win_updates:
category_names:
- CriticalUpdates
- DefinitionUpdates
- SecurityUpdates
reboot: yes
reboot_timeout: 400
throttle: 1