syncing more examples

This commit is contained in:
ipvsean
2020-03-03 09:05:23 -05:00
parent 4e640b213f
commit a690993ec0
7 changed files with 87 additions and 12 deletions

View File

@@ -0,0 +1,16 @@
---
- name: grab linux facts
hosts: all
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: developer_report

View File

@@ -22,3 +22,14 @@ demos:
workshop_type:
- f5
- rhel
developer_report:
name: "Create Developer Report"
job_type: "run"
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "playbooks/11_developer_report.yml"
credential: "Workshop Credential"
survey_enabled: no
workshop_type:
- f5
- rhel