summaryrefslogtreecommitdiff
path: root/test/lib/ansible_test/config/cloud-config-azure.ini.template
blob: bf7cc0222af27f7e13d59231b5b863ff1c1eb9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# This is the configuration template for ansible-test Azure integration tests.
#
# You do not need this template if you are:
#
# 1) Running integration tests without using ansible-test.
# 2) Using the automatically provisioned Azure credentials in ansible-test.
#
# If you do not want to use the automatically provisioned temporary Azure credentials,
# fill in the values below and save this file without the .template extension,
# into the tests/integration directory of the collection you're testing.
# This will cause ansible-test to use the given configuration instead of temporary credentials.
#
# NOTE: Automatic provisioning of Azure credentials requires an ansible-core-ci API key in ~/.ansible-core-ci.key

[default]
# Provide either Service Principal or Active Directory credentials below.

# Service Principal
AZURE_CLIENT_ID:
AZURE_SECRET:
AZURE_SUBSCRIPTION_ID:
AZURE_TENANT:

# Active Directory
AZURE_AD_USER:
AZURE_PASSWORD:
AZURE_SUBSCRIPTION_ID:

# Resource Groups
RESOURCE_GROUP:
RESOURCE_GROUP_SECONDARY: