2024-11-16 18:55:47 +01:00
|
|
|
---
|
|
|
|
|
- name: Create the home volume
|
|
|
|
|
hetzner.hcloud.volume:
|
2024-11-17 16:34:32 +01:00
|
|
|
name: "{{ storage.volume.name }}"
|
2024-11-16 18:55:47 +01:00
|
|
|
location: "{{ location }}"
|
2024-11-17 16:34:32 +01:00
|
|
|
size: "{{ storage.volume.size }}"
|
2024-11-16 18:55:47 +01:00
|
|
|
state: present
|