more work, get rid of jail stuff, using vps directly

This commit is contained in:
2024-11-16 11:16:54 +01:00
parent 9c2c43730a
commit 5a0e645bed
9 changed files with 64 additions and 7 deletions

View File

@@ -1,4 +1,9 @@
---
- name: Remove volume
hetzner.hcloud.volume:
name: home
state: absent
- name: Remove server
hcloud_server:
name: "{{ hostname }}"
@@ -9,4 +14,3 @@
state: absent
ssh_keys: "{{ ssh_keys }}"
register: server