summaryrefslogtreecommitdiffstats
path: root/roles/pve/meta/argument_specs.yml
blob: ab9f22c68e799601ce9ecfbfb86e6e9df33a2958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
argument_specs:
  main:
    options:
      pve_repo:
        type: "str"
        description: "Proxmox VE apt repository type (no-subscription or enterprise)"
        default: "no-subscription"
        choices:
          - "no-subscription"
          - "enterprise"
      pve_admin_user:
        type: "str"
        description: "PVE realm admin username"
        default: "admin"
      pve_admin_password:
        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"