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
5
test/integration/targets/hcloud_server/defaults/main.yml
Normal file
5
test/integration/targets/hcloud_server/defaults/main.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Copyright: (c) 2019, Hetzner Cloud GmbH <info@hetzner-cloud.de>
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
---
|
||||
hcloud_prefix: "tests"
|
||||
hcloud_server_name: "{{hcloud_prefix}}-integration"
|
||||
Reference in New Issue
Block a user