From b9de62447fc7b8508be6260439ed7a519634a192 Mon Sep 17 00:00:00 2001 From: willtome Date: Thu, 20 Jun 2024 14:08:11 -0400 Subject: [PATCH] add create storage account --- cloud/setup.yml | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/cloud/setup.yml b/cloud/setup.yml index 0c271b120..4001b4ae7 100644 --- a/cloud/setup.yml +++ b/cloud/setup.yml @@ -496,17 +496,40 @@ controller_templates: variable: _hosts required: true - - name: "Cloud / Azure / Inventory Output" + - name: "Cloud / Azure / Create Instance" job_type: run inventory: "Demo Inventory" project: "Shadowman Lab - Azure" - playbook: "inventory_output.yml" + playbook: "azure_create_instance.yml" credentials: - AWS notification_templates_started: Telemetry notification_templates_success: Telemetry notification_templates_error: Telemetry + - name: "Cloud / Azure / Create Storage Account" + job_type: run + inventory: "Demo Inventory" + project: "Shadowman Lab - Azure" + playbook: "azure_create_instance.yml" + credentials: + - AWS + notification_templates_started: Telemetry + notification_templates_success: Telemetry + notification_templates_error: Telemetry + survey_enabled: true + extra_vars: + storage_account_names: demorh + survey: + name: '' + description: '' + spec: + - question_name: Resource Group Name + type: text + variable: resource_group_name + required: false + + controller_workflows: - name: Deploy Cloud Stack in AWS description: A workflow to deploy a cloud stack