ansible/windows/winupdate.yaml
2025-04-13 02:23:07 -05:00

14 lines
329 B
YAML

---
## Runs Win Updates on all Windows Servers
- hosts: all
gather_facts: yes
# become: yes
ignore_unreachable: true
tasks:
- name: Download and install critical, security, and def updates and then reboot after
win_updates:
# category_names: '*'
reboot: yes
reboot_timeout: 3600
# throttle: 1