Update windows/winupdate.yaml
This commit is contained in:
parent
64c634d91d
commit
52e0e5db71
@ -1,14 +1,11 @@
|
|||||||
## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles.
|
## Runs Win Updates on all Windows Servers, allowing enough time for them to not slow down due to SSD cycles.
|
||||||
|
|
||||||
- name: Run Updates on App Servers and wait 10 mins
|
- name: Run Windows Server Updates and wait 10 mins between each host
|
||||||
hosts: windows
|
win_updates:
|
||||||
connection: winrm
|
category_names:
|
||||||
tasks:
|
- CriticalUpdates
|
||||||
win_updates:
|
- DefinitionUpdates
|
||||||
category_names:
|
- SecurityUpdates
|
||||||
- CriticalUpdates
|
|
||||||
- DefinitionUpdates
|
|
||||||
- SecurityUpdates
|
|
||||||
reboot: yes
|
reboot: yes
|
||||||
reboot_timeout: 400
|
reboot_timeout: 400
|
||||||
throttle: 1
|
throttle: 1
|
Loading…
x
Reference in New Issue
Block a user