blob: 48b82108c6bbcd4872454eb1cb8c063e7b382073 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This is the configuration template for ansible-test Vultr integration tests.
#
# You do not need this template if you are:
#
# 1) Running integration tests without using ansible-test.
#
# If you want to test against the Vultr public API,
# fill in the values below and save this file without the .template extension.
# This will cause ansible-test to use the given configuration.
[default]
key = @KEY
|