Added win_dsc demo (#7)

Add DSC for setting account policy
This commit is contained in:
MKletz
2022-03-22 17:55:42 -05:00
committed by GitHub
parent 51273afedd
commit ea58394360
2 changed files with 59 additions and 0 deletions

View File

@@ -205,6 +205,24 @@ controller_templates:
- 'Running'
- 'Stopped'
- name: "WINDOWS / PowerShell DSC configuring password requirements"
job_type: run
inventory: "Workshop Inventory"
project: "Ansible official demo project"
playbook: "windows/powershell_dsc.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"