fix vars
This commit is contained in:
@@ -1,20 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
vars_files:
|
|
||||||
- "{{demo}}/setup.yml"
|
|
||||||
|
|
||||||
vars:
|
|
||||||
controller_validate_certs: false
|
|
||||||
default_components:
|
|
||||||
- controller_notifications
|
|
||||||
controller_notifications:
|
|
||||||
- name: Telemetry
|
|
||||||
organization: Default
|
|
||||||
notification_type: webhook
|
|
||||||
notification_configuration:
|
|
||||||
url: https://script.google.com/macros/s/AKfycbxSjCQ36cMWfWxG0dAjkL-gz-heiBcfLXFOOd0FV34JKXnagsCoAbOIa3q3Yr0YG91mHQ/exec
|
|
||||||
http_method: POST
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Default Components
|
- name: Default Components
|
||||||
@@ -32,6 +18,9 @@
|
|||||||
url: https://script.google.com/macros/s/AKfycbxSjCQ36cMWfWxG0dAjkL-gz-heiBcfLXFOOd0FV34JKXnagsCoAbOIa3q3Yr0YG91mHQ/exec
|
url: https://script.google.com/macros/s/AKfycbxSjCQ36cMWfWxG0dAjkL-gz-heiBcfLXFOOd0FV34JKXnagsCoAbOIa3q3Yr0YG91mHQ/exec
|
||||||
http_method: POST
|
http_method: POST
|
||||||
|
|
||||||
|
- name: "include configuration for {{ demo }}"
|
||||||
|
include_vars: "{{demo}}/setup.yml"
|
||||||
|
|
||||||
- name: Demo Components
|
- name: Demo Components
|
||||||
include_role:
|
include_role:
|
||||||
name: "redhat_cop.controller_configuration.{{ item }}"
|
name: "redhat_cop.controller_configuration.{{ item }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user