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/argument_specs.yml | |
| parent | 005c49353a6a71954e6a975a43989ded1786022a (diff) | |
Refactor pve roles to create storage separately
Diffstat (limited to 'roles/pve-storage/meta/argument_specs.yml')
| -rw-r--r-- | roles/pve-storage/meta/argument_specs.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/pve-storage/meta/argument_specs.yml b/roles/pve-storage/meta/argument_specs.yml new file mode 100644 index 00000000..7f502ef7 --- /dev/null +++ b/roles/pve-storage/meta/argument_specs.yml @@ -0,0 +1,16 @@ +--- +argument_specs: + main: + options: + pve_storage_device: + type: "str" + description: "Block device for LVM physical volume (e.g. /dev/sda4)" + default: "/dev/sda4" + pve_storage_name: + type: "str" + description: "LVM volume group name" + default: "pve" + pve_storage_pool: + type: "str" + description: "LVM thin pool name within the volume group" + default: "data" |
