Active Directory playbooks (#6)

AD playbooks
This commit is contained in:
MKletz
2022-02-23 12:39:50 -06:00
committed by GitHub
parent 788cf7b675
commit b3af08c4e4
5 changed files with 115 additions and 0 deletions

View File

@@ -163,3 +163,43 @@ controller_templates:
choices:
- 'Running'
- 'Stopped'
- 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 / 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