diff --git a/choose_demo_dr.yml b/choose_demo_dr.yml deleted file mode 100644 index 10e5810..0000000 --- a/choose_demo_dr.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -## example file for how to choose a demo -## chose specific demo or choose all - -# SPECIFIC - example that installs just the deploy_application job template -demo: windows_regedit_legal_notice - -# ALL - example that installs all demos -# demo: all - -## Ansible Tower login infomation -my_tower_username: student1 -my_tower_password: L1ml2QFr8ul8zp -my_tower_host: student1.94ed.open.redhat.com -workshop_type: windows - -# leave as false unless you are deploying an Azure Demo -azure_demo: False -#only uncomment these and supply values for setting up an Azure Cloud Demo which means azure_demo: True above -#my_subscription: -#my_tenant: -#my_client: -#my_secret: - diff --git a/roles/install_demo/vars/main/infrastructure/windows_regedit_legal_notice.yml b/roles/install_demo/vars/main/infrastructure/windows_regedit_legal_notice.yml index f223782..59cced7 100644 --- a/roles/install_demo/vars/main/infrastructure/windows_regedit_legal_notice.yml +++ b/roles/install_demo/vars/main/infrastructure/windows_regedit_legal_notice.yml @@ -1,7 +1,7 @@ --- windows_regedit_legal_notice: author: "David Rojas" - readme: "https://github.com/ansible/product-demos/blob/master/docs/infrastructure/chocolatey_app_install.md" + readme: "https://github.com/ansible/product-demos/blob/master/docs/infrastructure/windows_regedit_legal_notice.md" category: infrastructure name: "INFRASTRUCTURE / Windows regedit legal notice" description: "using regedit modify the legal notice" @@ -34,7 +34,7 @@ windows_regedit_legal_notice: description: "prescriptive demos from Red Hat Management Business Unit" organization: "Default" scm_type: git - scm_url: "https://github.com/davidrojas25/product-demos" + scm_url: "https://github.com/ansible/product-demos" workshop_type: - windows - demo