This commit is contained in:
mkletz
2022-05-16 09:48:29 -05:00
parent 2c51cf661b
commit afeb64d283
2 changed files with 10 additions and 2 deletions

View File

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

View File

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