mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
418 B
Plaintext
14 lines
418 B
Plaintext
6 years ago
|
# This is the configuration template for ansible-test Scaleway 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
|
||
|
org = @ORG
|