syncing more examples
This commit is contained in:
16
playbooks/11_developer_report.yml
Normal file
16
playbooks/11_developer_report.yml
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user