-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcloud-config-azure.yml.template
31 lines (27 loc) · 1.22 KB
/
cloud-config-azure.yml.template
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.
# This will cause ansible-test to use the given configuration instead of temporary credentials.
#
# NOTE: Automatic provisioning of Azure credentials requires one of:
# 1) ansible-core-ci API key in ~/.ansible-core-ci.key
# 2) Sherlock URL (including API key) in ~/.ansible-sherlock-ci.cfg
# Provide either Service Principal or Active Directory credentials below.
# Service Principal
AZURE_CLIENT_ID: eec5624a-90f8-4386-8a87-02730b5410d5
AZURE_SECRET: 531dcffa-3aff-4488-99bb-4816c395ea3f
AZURE_SUBSCRIPTION_ID: 2085065b-00f8-4cba-9675-ba15f4d4ab66
AZURE_TENANT: 72f988bf-86f1-41af-91ab-2d7cd011db47
# Active Directory
AZURE_AD_USER: fred0329
AZURE_PASSWORD: Fred@0329
AZURE_SUBSCRIPTION_ID: 2085065b-00f8-4cba-9675-ba15f4d4ab66
# Resource Groups
RESOURCE_GROUP: myRG
RESOURCE_GROUP_SECONDARY: myRG01