Win patch (#11)
Add patching report for windows, cloud destroy VM, and Windows Full blueprint
This commit is contained in:
22
windows/patching.yml
Normal file
22
windows/patching.yml
Normal 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
|
||||
Reference in New Issue
Block a user