diff options
Diffstat (limited to 'ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template')
-rw-r--r-- | ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template b/ansible_collections/vultr/cloud/tests/integration/cloud-config-vultr.ini.template new file mode 100644 index 000000000..bdd336278 --- /dev/null +++ b/ansible_collections/vultr/cloud/tests/integration/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 = ... |