summaryrefslogtreecommitdiffstats
path: root/roles/pve/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-06-22 12:35:05 +0200
committerAhmed Abdelhalim <[email protected]>2026-06-22 12:35:05 +0200
commitf4977c88f9bef271fdb7f4e972c2a6dfa8124d33 (patch)
tree8d6b3d8db06a7f86f1874efd0b8b6fc9cd9f0acb /roles/pve/meta/argument_specs.yml
parenta270d065688b4f78047708f32322a5b96312e8fa (diff)
Rename proxmox-ve role to pve
Diffstat (limited to 'roles/pve/meta/argument_specs.yml')
-rw-r--r--roles/pve/meta/argument_specs.yml19
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"