Win patch (#11)

Add patching report for windows, cloud destroy VM, and Windows Full blueprint
This commit is contained in:
willtome
2022-03-30 11:03:08 -05:00
committed by GitHub
parent 8e56c5bbf6
commit 0ed4737985
48 changed files with 182 additions and 377 deletions

22
windows/patching.yml Normal file
View File

@@ -0,0 +1,22 @@
---
- name: Windows updates
hosts: "{{ HOSTS | default('os_windows') }}"
vars:
report_server: win1
tasks:
- include_role:
name: demo.patching.patch_windows
- block:
- include_role:
name: demo.patching.report_server
tasks_from: iis
- include_role:
name: demo.patching.report_windows
- include_role:
name: demo.patching.report_windows_patching
delegate_to: "{{ report_server }}"
run_once: yes