diff options
Diffstat (limited to 'test/lib/ansible_test/config/cloud-config-vultr.ini.template')
-rw-r--r-- | test/lib/ansible_test/config/cloud-config-vultr.ini.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/lib/ansible_test/config/cloud-config-vultr.ini.template b/test/lib/ansible_test/config/cloud-config-vultr.ini.template new file mode 100644 index 0000000000..48b82108c6 --- /dev/null +++ b/test/lib/ansible_test/config/cloud-config-vultr.ini.template @@ -0,0 +1,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 |