mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add hcloud server module (#53062)
This commit is contained in:
committed by
René Moser
parent
bdfa99af9f
commit
66beeaf032
12
test/integration/cloud-config-hcloud.ini.template
Normal file
12
test/integration/cloud-config-hcloud.ini.template
Normal file
@@ -0,0 +1,12 @@
|
||||
# This is the configuration template for ansible-test Hetzner Cloud 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 Hetzner Cloud 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]
|
||||
hcloud_api_token= @TOKEN
|
||||
Reference in New Issue
Block a user