From 2de4321b014e8f95b7d7450f78048ffaa7a1a703 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 3 May 2026 23:37:30 +0200 Subject: 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. --- roles/bootstrap/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/bootstrap/defaults') diff --git a/roles/bootstrap/defaults/main.yml b/roles/bootstrap/defaults/main.yml index bf3753f..8f3e4fe 100644 --- a/roles/bootstrap/defaults/main.yml +++ b/roles/bootstrap/defaults/main.yml @@ -1,3 +1,5 @@ --- bootstrap_mac: false bootstrap_mac_boot_args: "acpi_osi=Darwin i915.modeset=1 acpi_mask_gpe=0x06" +bootstrap_pi: false +bootstrap_proxmox: false -- cgit v1.2.3