Update windows/winupdate.yaml
This commit is contained in:
parent
dd2d7b9b39
commit
64c634d91d
@ -0,0 +1,14 @@
|
||||
## 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
|
||||
hosts: windows
|
||||
connection: winrm
|
||||
tasks:
|
||||
win_updates:
|
||||
category_names:
|
||||
- CriticalUpdates
|
||||
- DefinitionUpdates
|
||||
- SecurityUpdates
|
||||
reboot: yes
|
||||
reboot_timeout: 400
|
||||
throttle: 1
|
Loading…
x
Reference in New Issue
Block a user