new demo for windows regedit
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
---
|
||||
windows_regedit_legal_notice:
|
||||
author: "David Rojas"
|
||||
readme: "https://github.com/ansible/product-demos/blob/master/docs/infrastructure/chocolatey_app_install.md"
|
||||
category: infrastructure
|
||||
name: "INFRASTRUCTURE / Windows regedit legal notice"
|
||||
description: "using regedit modify the legal notice"
|
||||
job_type: "run"
|
||||
inventory: "Workshop Inventory"
|
||||
playbook: "playbooks/infrastructure/windows_regedit_legal_notice.yml"
|
||||
credential: "Workshop Credential"
|
||||
survey_enabled: true
|
||||
survey_spec:
|
||||
name: Legal Notice Survey
|
||||
description: Collecting info to use during playbook runs for legal notice
|
||||
spec:
|
||||
- type: text
|
||||
question_name: Enter the text of the legal notice title
|
||||
question_description: Title should be short but descriptive
|
||||
variable: title_legal_notice
|
||||
required: true
|
||||
default: Red Hat Sample Legal Notice
|
||||
|
||||
- type: textarea
|
||||
question_name: Enter the text of the legal notice body
|
||||
question_description: Body should contain all legally required info
|
||||
variable: text_legal_notice
|
||||
required: true
|
||||
default: This is a sample body of a legal notice
|
||||
|
||||
#video: "https://www.youtube.com/watch?v=pU8ZgSBuEJw&list=PLdu06OJoEf2bp-PNtxPP_2n7Avkax8TED"
|
||||
project:
|
||||
name: "Ansible official demo project"
|
||||
description: "prescriptive demos from Red Hat Management Business Unit"
|
||||
organization: "Default"
|
||||
scm_type: git
|
||||
scm_url: "https://github.com/davidrojas25/product-demos"
|
||||
workshop_type:
|
||||
- windows
|
||||
- demo
|
||||
Reference in New Issue
Block a user