From 64c634d91d29013665871d3c4ccc39b4304a6cfa Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 19 Nov 2023 03:30:23 -0600 Subject: [PATCH] Update windows/winupdate.yaml --- windows/winupdate.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index e69de29..a9031f0 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -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 \ No newline at end of file