add telemetry
This commit is contained in:
@@ -70,6 +70,9 @@ controller_templates:
|
||||
playbook: cloud/create_infra.yml
|
||||
inventory: Workshop Inventory
|
||||
execution_environment: Default execution environment
|
||||
notification_templates_started: Telemetry
|
||||
notification_templates_success: Telemetry
|
||||
notification_templates_error: Telemetry
|
||||
survey_enabled: true
|
||||
extra_vars:
|
||||
aws_region: us-east-2
|
||||
@@ -88,6 +91,7 @@ controller_templates:
|
||||
type: textarea
|
||||
required: false
|
||||
variable: aws_public_key
|
||||
|
||||
- name: Cloud / Create VM
|
||||
job_type: run
|
||||
organization: Default
|
||||
@@ -99,6 +103,9 @@ controller_templates:
|
||||
playbook: cloud/create_vm.yml
|
||||
inventory: Workshop Inventory
|
||||
execution_environment: Default execution environment
|
||||
notification_templates_started: Telemetry
|
||||
notification_templates_success: Telemetry
|
||||
notification_templates_error: Telemetry
|
||||
survey_enabled: true
|
||||
extra_vars:
|
||||
aws_region: us-east-2
|
||||
@@ -130,6 +137,7 @@ controller_templates:
|
||||
- windows_full
|
||||
- rhel8
|
||||
- rhel7
|
||||
|
||||
- name: Cloud / Destroy VM
|
||||
job_type: run
|
||||
organization: Default
|
||||
@@ -141,6 +149,9 @@ controller_templates:
|
||||
playbook: cloud/destroy_vm.yml
|
||||
inventory: Workshop Inventory
|
||||
execution_environment: Default execution environment
|
||||
notification_templates_started: Telemetry
|
||||
notification_templates_success: Telemetry
|
||||
notification_templates_error: Telemetry
|
||||
survey_enabled: true
|
||||
extra_vars:
|
||||
aws_region: us-east-2
|
||||
@@ -152,4 +163,3 @@ controller_templates:
|
||||
type: text
|
||||
variable: HOSTS
|
||||
required: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user