survey
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Create Active Directory domain
|
- name: Create Active Directory domain
|
||||||
hosts: windows
|
hosts: "{{ HOSTS | default('windows') }}"
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|||||||
@@ -213,7 +213,15 @@ controller_templates:
|
|||||||
execution_environment: Default execution environment
|
execution_environment: Default execution environment
|
||||||
credentials:
|
credentials:
|
||||||
- "Workshop Credential"
|
- "Workshop Credential"
|
||||||
survey_enabled: false
|
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"
|
- name: "ACTIVE DIRECTORY / Helpdesk new user portal"
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
Reference in New Issue
Block a user