Files
product-demos/windows/patching.yml
willtome 0ed4737985 Win patch (#11)
Add patching report for windows, cloud destroy VM, and Windows Full blueprint
2022-03-30 12:03:08 -04:00

22 lines
468 B
YAML

---
- 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