Skip to content

Commit

Permalink
add create storage account
Browse files Browse the repository at this point in the history
  • Loading branch information
willtome committed Jun 20, 2024
1 parent fc5bd80 commit b9de624
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions cloud/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9de624

Please sign in to comment.