cleaned up linting and added AAP on Code ready

This commit is contained in:
chadmf
2021-12-06 16:01:14 -06:00
parent a12658cbcc
commit 12f51112ab
135 changed files with 724 additions and 403 deletions

View File

@@ -1,16 +0,0 @@
---
- name: grab linux facts
hosts: web
gather_facts: true
- name: build developer report
hosts: node1
gather_facts: false
vars:
file_path: /var/www/html/report/index.html
tasks:
- name: use developer report
include_role:
name: "../../roles/developer_report"