blob: bdd336278020c5419cda0765291a4dc145230802 (
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 = ...
|