initial commit

This commit is contained in:
2024-11-06 19:51:04 +01:00
commit a5ab199dc8
7 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
- name: Create server
hcloud_server:
api_token: "{{ hcloud_token }}"
name: "{{ hostname }}"
server_type: "{{ type }}"
image: "{{ image }}"
location: ash
enable_ipv4: false
state: present
register: server