fine tuned storage creation and attachment
This commit is contained in:
7
roles/storage/tasks/main.yaml
Normal file
7
roles/storage/tasks/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Create the home volume
|
||||
hetzner.hcloud.volume:
|
||||
name: "{{ storage.home.name }}"
|
||||
location: "{{ location }}"
|
||||
size: "{{ storage.home.size }}"
|
||||
state: present
|
||||
Reference in New Issue
Block a user