diff options
Diffstat (limited to 'roles/pve/meta/argument_specs.yml')
| -rw-r--r-- | roles/pve/meta/argument_specs.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roles/pve/meta/argument_specs.yml b/roles/pve/meta/argument_specs.yml new file mode 100644 index 00000000..195ca146 --- /dev/null +++ b/roles/pve/meta/argument_specs.yml @@ -0,0 +1,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" |
