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

@@ -19,6 +19,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/install_iis.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -43,6 +46,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/patching.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -86,6 +92,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/windows_choco_multiple.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -104,6 +113,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/windows_choco_specific.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -125,6 +137,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/arbitrary_powershell.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -148,6 +163,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/powershell_script.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -174,6 +192,9 @@ controller_templates:
project: "Ansible official demo project"
playbook: "windows/powershell_dsc.yml"
execution_environment: Default execution environment
notification_templates_started: Telemetry
notification_templates_success: Telemetry
notification_templates_error: Telemetry
credentials:
- "Workshop Credential"
survey_enabled: true
@@ -186,62 +207,68 @@ controller_templates:
variable: HOSTS
required: false
- name: "ACTIVE DIRECTORY / Create Active Directory domain"
job_type: run
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "windows/active_directory/create_ad_domain.yml"
execution_environment: Default execution environment
credentials:
- "Workshop Credential"
survey_enabled: true
survey:
name: ''
description: ''
spec:
- question_name: Server Name or Pattern
type: text
variable: HOSTS
required: false
# - name: "ACTIVE DIRECTORY / Create Active Directory domain"
# job_type: run
# inventory: "Workshop Inventory"
# project: "Ansible official demo project"
# playbook: "windows/active_directory/create_ad_domain.yml"
# execution_environment: Default execution environment
# notification_templates_started: Telemetry
# notification_templates_success: Telemetry
# notification_templates_error: Telemetry
# credentials:
# - "Workshop Credential"
# survey_enabled: true
# survey:
# name: ''
# description: ''
# spec:
# - question_name: Server Name or Pattern
# type: text
# variable: HOSTS
# required: false
- name: "ACTIVE DIRECTORY / Helpdesk new user portal"
job_type: run
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "windows/active_directory/helpdesk_new_user_portal.yml"
execution_environment: Default execution environment
credentials:
- "Workshop Credential"
survey_enabled: true
survey:
name: ''
description: ''
spec:
- question_name: Firstname
type: text
variable: firstname
required: true
- question_name: Surname
type: text
variable: surname
required: true
- question_name: Street
type: text
variable: street
default: 123 4th St.
required: false
- question_name: City
type: text
variable: city
default: Sometown
required: false
- question_name: Postal code
type: text
variable: postal_code
default: IN
required: false
- question_name: Telephone number
type: text
variable: telephone_number
default: 555-123456
required: false
# - name: "ACTIVE DIRECTORY / Helpdesk new user portal"
# job_type: run
# inventory: "Workshop Inventory"
# project: "Ansible official demo project"
# playbook: "windows/active_directory/helpdesk_new_user_portal.yml"
# execution_environment: Default execution environment
# notification_templates_started: Telemetry
# notification_templates_success: Telemetry
# notification_templates_error: Telemetry
# credentials:
# - "Workshop Credential"
# survey_enabled: true
# survey:
# name: ''
# description: ''
# spec:
# - question_name: Firstname
# type: text
# variable: firstname
# required: true
# - question_name: Surname
# type: text
# variable: surname
# required: true
# - question_name: Street
# type: text
# variable: street
# default: 123 4th St.
# required: false
# - question_name: City
# type: text
# variable: city
# default: Sometown
# required: false
# - question_name: Postal code
# type: text
# variable: postal_code
# default: IN
# required: false
# - question_name: Telephone number
# type: text
# variable: telephone_number
# default: 555-123456
# required: false