Added Windows templates (#1)

add windows demos
This commit is contained in:
MKletz
2022-02-15 13:21:10 -06:00
committed by GitHub
parent b1ce718762
commit 6412c17e51
7 changed files with 192 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
---
- name: Windows updates
hosts: "{{ HOSTS | default('windows') }}"
tasks:
- name: Install Windows Updates
win_updates:
category_names: "{{ categories | default(omit) }}"
reboot: '{{ reboot_server | default(yes) }}'