Compare commits
1 Commits
azure-fino
...
small_fixe
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cdd140f513 |
@@ -14,12 +14,6 @@ controller_projects:
|
|||||||
wait: true
|
wait: true
|
||||||
scm_url: https://github.com/ansible-content-lab/aws.infrastructure_config_demos.git
|
scm_url: https://github.com/ansible-content-lab/aws.infrastructure_config_demos.git
|
||||||
default_environment: Cloud Services Execution Environment
|
default_environment: Cloud Services Execution Environment
|
||||||
- name: Shadowman Lab - Azure
|
|
||||||
organization: Default
|
|
||||||
scm_type: git
|
|
||||||
wait: true
|
|
||||||
scm_url: https://github.com/shadowman-lab/Ansible-Azure.git
|
|
||||||
default_environment: Cloud Services Execution Environment
|
|
||||||
|
|
||||||
controller_credentials:
|
controller_credentials:
|
||||||
- name: AWS
|
- name: AWS
|
||||||
@@ -31,17 +25,6 @@ controller_credentials:
|
|||||||
username: REPLACEME
|
username: REPLACEME
|
||||||
password: REPLACEME
|
password: REPLACEME
|
||||||
|
|
||||||
- name: AZURE
|
|
||||||
credential_type: Microsoft Azure Resource Manager
|
|
||||||
organization: Default
|
|
||||||
update_secrets: false
|
|
||||||
state: exists
|
|
||||||
inputs:
|
|
||||||
client: REPLACEME
|
|
||||||
password: REPLACEME
|
|
||||||
tenant: REPLACEME
|
|
||||||
subscription: REPLACEME
|
|
||||||
|
|
||||||
# - name: Azure
|
# - name: Azure
|
||||||
# credential_type: Microsoft Azure Resource Manager
|
# credential_type: Microsoft Azure Resource Manager
|
||||||
# organization: Default
|
# organization: Default
|
||||||
@@ -73,29 +56,6 @@ controller_inventory_sources:
|
|||||||
- key: tags.owner
|
- key: tags.owner
|
||||||
prefix: owner
|
prefix: owner
|
||||||
|
|
||||||
- name: Azure Inventory
|
|
||||||
organization: Default
|
|
||||||
source: azure_rm
|
|
||||||
inventory: Demo Inventory
|
|
||||||
credential: AZURE
|
|
||||||
overwrite: true
|
|
||||||
#source_vars:
|
|
||||||
# hostnames:
|
|
||||||
# - tag:Name
|
|
||||||
# compose:
|
|
||||||
# ansible_host: public_ip_address
|
|
||||||
# ansible_user: 'ec2-user'
|
|
||||||
# groups:
|
|
||||||
# cloud_aws: true
|
|
||||||
# os_linux: tags.blueprint.startswith('rhel')
|
|
||||||
# keyed_groups:
|
|
||||||
# - key: platform
|
|
||||||
# prefix: os
|
|
||||||
# - key: tags.blueprint
|
|
||||||
# prefix: blueprint
|
|
||||||
# - key: tags.owner
|
|
||||||
# prefix: owner
|
|
||||||
|
|
||||||
# - name: Azure Inventory
|
# - name: Azure Inventory
|
||||||
# organization: Default
|
# organization: Default
|
||||||
# source: azure_rm
|
# source: azure_rm
|
||||||
@@ -496,40 +456,6 @@ controller_templates:
|
|||||||
variable: _hosts
|
variable: _hosts
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
- name: "Cloud / Azure / Create Instance"
|
|
||||||
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
|
|
||||||
|
|
||||||
- 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
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
# This file is mainly used by product-demos CI,
|
# This file is mainly used by product-demos CI,
|
||||||
# See cloin/ee-builds/product-demos-ee/requirements.yml
|
# See cloin/ee-builds/product-demos-ee/requirements.yml
|
||||||
# for configuring collections and collection versions.
|
# for configuring collections and collection versions.
|
||||||
collections:
|
collections:
|
||||||
- name: ansible.controller
|
- name: ansible.controller
|
||||||
|
|||||||
@@ -56,7 +56,6 @@ controller_inventory_sources:
|
|||||||
source_project: Ansible official demo project
|
source_project: Ansible official demo project
|
||||||
source_path: openshift/inventory.kubevirt.yml
|
source_path: openshift/inventory.kubevirt.yml
|
||||||
credential: OCP-V Inventory Credential
|
credential: OCP-V Inventory Credential
|
||||||
update_on_launch: true
|
|
||||||
|
|
||||||
controller_templates:
|
controller_templates:
|
||||||
- name: OpenShift / CNV / Install
|
- name: OpenShift / CNV / Install
|
||||||
|
|||||||
Reference in New Issue
Block a user