summaryrefslogtreecommitdiffstats
path: root/roles/bootstrap/meta/argument_specs.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-05-03 23:37:30 +0200
committerAhmed Abdelhalim <[email protected]>2026-05-03 23:37:30 +0200
commit2de4321b014e8f95b7d7450f78048ffaa7a1a703 (patch)
tree73420ef7a61a6bd7171b88b93f79433b626dc274 /roles/bootstrap/meta/argument_specs.yml
parent59dc46968fff0c0459ff117b54034c60c491b56f (diff)
Add proxmox install support
Using debian live ISO instead of proxmox live ISO, since using the proxmox ISO didn't allow automating the setup after connecting to the network.
Diffstat (limited to 'roles/bootstrap/meta/argument_specs.yml')
-rw-r--r--roles/bootstrap/meta/argument_specs.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/roles/bootstrap/meta/argument_specs.yml b/roles/bootstrap/meta/argument_specs.yml
index 1744925..b758378 100644
--- a/roles/bootstrap/meta/argument_specs.yml
+++ b/roles/bootstrap/meta/argument_specs.yml
@@ -24,3 +24,13 @@ argument_specs:
required: false
default: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06"
description: "Extra kernel boot arguments appended to rEFInd boot entries when bootstrap_mac is true"
+ bootstrap_pi:
+ type: "bool"
+ required: false
+ default: false
+ description: "Install Raspberry PI OS (Raspberry ISO reports as Debian)"
+ bootstrap_proxmox:
+ type: "bool"
+ required: false
+ default: false
+ description: "Install Proxmox VE (Using Debian Live ISO since Proxmox ISO lacks automation)"