summaryrefslogtreecommitdiffstats
path: root/roles/pve/meta/argument_specs.yml
blob: 195ca14659c7a08e36aae798f6bf1c83a9a7fe56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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"