From 944b9e2adc83a04de9c670a53241fd144f5be95c Mon Sep 17 00:00:00 2001 From: David Rojas Date: Sat, 26 Sep 2020 16:01:56 -0700 Subject: [PATCH] reverted scm_urls back to standard --- choose_demo.yml | 4 ++-- .../vars/main/infrastructure/azure_provision_vm.yml | 2 +- .../vars/main/infrastructure/chocolatey_app_install.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/choose_demo.yml b/choose_demo.yml index 8dd0d84..61dfde6 100644 --- a/choose_demo.yml +++ b/choose_demo.yml @@ -14,9 +14,9 @@ my_tower_password: 6nk4if5SHProkr my_tower_host: student1.a7d7.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 +#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: diff --git a/roles/install_demo/vars/main/infrastructure/azure_provision_vm.yml b/roles/install_demo/vars/main/infrastructure/azure_provision_vm.yml index b9542a2..a86170d 100644 --- a/roles/install_demo/vars/main/infrastructure/azure_provision_vm.yml +++ b/roles/install_demo/vars/main/infrastructure/azure_provision_vm.yml @@ -45,7 +45,7 @@ azure_provision_vm: 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 diff --git a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml index d27733a..5e0d359 100644 --- a/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml +++ b/roles/install_demo/vars/main/infrastructure/chocolatey_app_install.yml @@ -42,7 +42,7 @@ chocolatey_app_install: 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