add azure demo
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
---
|
---
|
||||||
controller_validate_certs: false
|
user_message: |
|
||||||
|
Be sure to update the public_key extra_var on the 'Azure RHEL 8 VM' Template
|
||||||
|
The Azure Infrastructure credential must be updated with your service principal credentials to access Azure API
|
||||||
azure_public_key: undef
|
azure_public_key: undef
|
||||||
controller_components:
|
controller_components:
|
||||||
- projects
|
- projects
|
||||||
- credentials
|
- credentials
|
||||||
|
- inventories
|
||||||
|
- inventory_sources
|
||||||
- job_templates
|
- job_templates
|
||||||
|
- schedules
|
||||||
|
|
||||||
controller_projects:
|
controller_projects:
|
||||||
- name: Azure Repo
|
- name: Azure Repo
|
||||||
@@ -20,6 +25,29 @@ controller_credentials:
|
|||||||
inputs:
|
inputs:
|
||||||
subscription: REPLACEME
|
subscription: REPLACEME
|
||||||
|
|
||||||
|
controller_inventories:
|
||||||
|
- name: Workshop Inventory
|
||||||
|
|
||||||
|
controller_inventory_sources:
|
||||||
|
- name: Azure Inventory
|
||||||
|
source: Microsoft Azure Resource Manager
|
||||||
|
credential: Azure Infrastructure
|
||||||
|
overwrite: true
|
||||||
|
update_on_launch: true
|
||||||
|
source_vars:
|
||||||
|
include_vm_resource_groups:
|
||||||
|
- ansible_test
|
||||||
|
|
||||||
|
hostnames:
|
||||||
|
- computer_name
|
||||||
|
- default
|
||||||
|
|
||||||
|
keyed_groups:
|
||||||
|
- prefix: azure_loc
|
||||||
|
key: location
|
||||||
|
- prefix: azure_os
|
||||||
|
key: os_profile.system
|
||||||
|
|
||||||
controller_templates:
|
controller_templates:
|
||||||
- name: "AZURE / RHEL 8 VM"
|
- name: "AZURE / RHEL 8 VM"
|
||||||
job_type: run
|
job_type: run
|
||||||
|
|||||||
Reference in New Issue
Block a user