add patch report

This commit is contained in:
willtome
2022-03-23 13:50:47 -04:00
parent 7534df60c6
commit 4653d7d9ca
69 changed files with 2806 additions and 0 deletions

13
linux/patching_report.yml Normal file
View File

@@ -0,0 +1,13 @@
---
- hosts: "{{ 'reports' | default(node1) }}"
tasks:
- yum:
name: httpd
- service:
name: httpd
state: started
- include_role:
name: demo.patching.build_report_linux