diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:43:17 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-03 23:44:47 +0200 |
| commit | 97c97e7b9880a90b2e54dd2b5f02aaf65824fb1f (patch) | |
| tree | d0f0086ead57a6e798aac3038298cc557c30c6cd /roles/pve-storage/meta/main.yml | |
| parent | 005c49353a6a71954e6a975a43989ded1786022a (diff) | |
Refactor pve roles to create storage separately
Diffstat (limited to 'roles/pve-storage/meta/main.yml')
| -rw-r--r-- | roles/pve-storage/meta/main.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/pve-storage/meta/main.yml b/roles/pve-storage/meta/main.yml new file mode 100644 index 00000000..f3ba634b --- /dev/null +++ b/roles/pve-storage/meta/main.yml @@ -0,0 +1,12 @@ +--- +dependencies: + - role: "pve" +galaxy_info: + author: "a14m" + description: "Configure LVM thin pool and register local-lvm storage in Proxmox VE" + license: "MIT" + min_ansible_version: "2.18" + platforms: + - name: "Debian" + versions: + - "bookworm" |
