Role to install Windows Updates
Windows Update category names The value * will match all categories
win_updates_category_names:
- CriticalUpdates
- SecurityUpdates
- UpdateRollups
Enable/disable Windows Updates Service
win_updates_enabled: true
Install updates
win_updates_install: true
Reboot automatically during updates
win_updates_reboot: yes
win_updates_reboot_timeout: 5400
Skip optional updates
win_updates_skip_optional: false
None.
license (GPLv2, CC-BY, etc)
andif888