summaryrefslogtreecommitdiffstats
path: root/roles/pve/meta
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-07-03 21:32:24 +0200
committerAhmed Abdelhalim <[email protected]>2026-07-03 21:46:32 +0200
commit005c49353a6a71954e6a975a43989ded1786022a (patch)
tree81881feb4dd3726d351f67cdabe7231b24d25383 /roles/pve/meta
parentcc92c206fce389af2260eecc54ca9f2f97bbb0a0 (diff)
Refactor pve and add pve-network role to configure the pve network
Diffstat (limited to 'roles/pve/meta')
-rw-r--r--roles/pve/meta/argument_specs.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/pve/meta/argument_specs.yml b/roles/pve/meta/argument_specs.yml
index 195ca146..ab9f22c6 100644
--- a/roles/pve/meta/argument_specs.yml
+++ b/roles/pve/meta/argument_specs.yml
@@ -17,3 +17,11 @@ argument_specs:
type: "str"
description: "PVE realm admin password"
default: "changeme"
+ pve_lvm_device:
+ type: "str"
+ description: "Block device for PVE LVM volume group (e.g. /dev/sda4)"
+ default: "/dev/sda4"
+ pve_lvm_vg_name:
+ type: "str"
+ description: "LVM volume group name — PVE auto-detects VG named 'pve' as local-lvm storage"
+ default: "pve"