add feedback
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
vars:
|
vars:
|
||||||
controller_components:
|
controller_components:
|
||||||
- notification_templates
|
- notification_templates
|
||||||
|
- job_templates
|
||||||
controller_notifications:
|
controller_notifications:
|
||||||
- name: Telemetry
|
- name: Telemetry
|
||||||
organization: Default
|
organization: Default
|
||||||
@@ -18,6 +19,29 @@
|
|||||||
url: https://script.google.com/macros/s/AKfycbzxUObvCJ6ZbzfJyicw4RvxlGE3AZdrK4AR5-TsedCYd7O-rtTOVjvsRvqyb3rx6B0g8g/exec
|
url: https://script.google.com/macros/s/AKfycbzxUObvCJ6ZbzfJyicw4RvxlGE3AZdrK4AR5-TsedCYd7O-rtTOVjvsRvqyb3rx6B0g8g/exec
|
||||||
http_method: POST
|
http_method: POST
|
||||||
headers: {}
|
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 }}"
|
- name: "include configuration for {{ demo }}"
|
||||||
include_vars: "{{demo}}/setup.yml"
|
include_vars: "{{demo}}/setup.yml"
|
||||||
|
|||||||
Reference in New Issue
Block a user