mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 12:51:25 -07:00
Fix Azure config template.
This commit is contained in:
parent
e75a256cfa
commit
ff7c0019c3
1 changed files with 9 additions and 9 deletions
|
@ -16,16 +16,16 @@
|
||||||
# Provide either Service Principal or Active Directory credentials below.
|
# Provide either Service Principal or Active Directory credentials below.
|
||||||
|
|
||||||
# Service Principal
|
# Service Principal
|
||||||
AZURE_CLIENT_ID=
|
AZURE_CLIENT_ID:
|
||||||
AZURE_SECRET=
|
AZURE_SECRET:
|
||||||
AZURE_SUBSCRIPTION_ID=
|
AZURE_SUBSCRIPTION_ID:
|
||||||
AZURE_TENANT=
|
AZURE_TENANT:
|
||||||
|
|
||||||
# Active Directory
|
# Active Directory
|
||||||
AZURE_AD_USER=
|
AZURE_AD_USER:
|
||||||
AZURE_PASSWORD=
|
AZURE_PASSWORD:
|
||||||
AZURE_SUBSCRIPTION_ID=
|
AZURE_SUBSCRIPTION_ID:
|
||||||
|
|
||||||
# Resource Groups
|
# Resource Groups
|
||||||
RESOURCE_GROUP=
|
RESOURCE_GROUP:
|
||||||
RESOURCE_GROUP_SECONDARY=
|
RESOURCE_GROUP_SECONDARY:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue