add feedback

This commit is contained in:
willtome
2022-09-08 17:05:50 -04:00
parent d1e9461514
commit e8a3d5e60f

View File

@@ -10,6 +10,7 @@
vars:
controller_components:
- notification_templates
- job_templates
controller_notifications:
- name: Telemetry
organization: Default
@@ -18,6 +19,29 @@
url: https://script.google.com/macros/s/AKfycbzxUObvCJ6ZbzfJyicw4RvxlGE3AZdrK4AR5-TsedCYd7O-rtTOVjvsRvqyb3rx6B0g8g/exec
http_method: POST
headers: {}
controller_job_templates:
- name: "FEEDBACK"
job_type: run
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "feedback.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
survey_enabled: true
survey:
name: ''
description: ''
spec:
- question_name: Name/Email/Contact
type: text
variable: email
required: true
- question_name: Issue or Feedback
type: textarea
variable: feedback
required: true
- name: "include configuration for {{ demo }}"
include_vars: "{{demo}}/setup.yml"