From 52e0e5db71c8c887182c588f1544920a516edbbc Mon Sep 17 00:00:00 2001 From: iRaven Date: Sun, 19 Nov 2023 03:46:49 -0600 Subject: [PATCH] Update windows/winupdate.yaml --- windows/winupdate.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/windows/winupdate.yaml b/windows/winupdate.yaml index a9031f0..48ec470 100644 --- a/windows/winupdate.yaml +++ b/windows/winupdate.yaml @@ -1,14 +1,11 @@ ## 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 +- name: Run Windows Server Updates and wait 10 mins between each host + win_updates: + category_names: + - CriticalUpdates + - DefinitionUpdates + - SecurityUpdates reboot: yes reboot_timeout: 400 throttle: 1 \ No newline at end of file