updated README, added tags, fixed knownhosts, added cron mount

This commit is contained in:
2024-11-17 16:34:32 +01:00
parent c0f1f9051e
commit 9057c75b1f
10 changed files with 55 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
---
- name: Create the home volume
hetzner.hcloud.volume:
name: "{{ storage.home.name }}"
name: "{{ storage.volume.name }}"
location: "{{ location }}"
size: "{{ storage.home.size }}"
size: "{{ storage.volume.size }}"
state: present