add create storage account
This commit is contained in:
@@ -496,17 +496,40 @@ controller_templates:
|
|||||||
variable: _hosts
|
variable: _hosts
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- name: "Cloud / Azure / Inventory Output"
|
- name: "Cloud / Azure / Create Instance"
|
||||||
job_type: run
|
job_type: run
|
||||||
inventory: "Demo Inventory"
|
inventory: "Demo Inventory"
|
||||||
project: "Shadowman Lab - Azure"
|
project: "Shadowman Lab - Azure"
|
||||||
playbook: "inventory_output.yml"
|
playbook: "azure_create_instance.yml"
|
||||||
credentials:
|
credentials:
|
||||||
- AWS
|
- AWS
|
||||||
notification_templates_started: Telemetry
|
notification_templates_started: Telemetry
|
||||||
notification_templates_success: Telemetry
|
notification_templates_success: Telemetry
|
||||||
notification_templates_error: 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:
|
controller_workflows:
|
||||||
- name: Deploy Cloud Stack in AWS
|
- name: Deploy Cloud Stack in AWS
|
||||||
description: A workflow to deploy a cloud stack
|
description: A workflow to deploy a cloud stack
|
||||||
|
|||||||
Reference in New Issue
Block a user