Add Windows_patch_all.yml
This commit is contained in:
8
Windows_patch_all.yml
Normal file
8
Windows_patch_all.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Patch Windows Servers
|
||||
hosts: windows
|
||||
gather_facts: no
|
||||
tasks:
|
||||
- name: Install all MS updates
|
||||
win_updates:
|
||||
reboot: yes
|
||||
Reference in New Issue
Block a user