add telemetry

This commit is contained in:
willtome
2022-09-08 14:50:51 -04:00
parent 602c32dd52
commit 1dbc14f10d
4 changed files with 100 additions and 61 deletions

View File

@@ -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