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/vars/proxmox.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 roles/bootstrap/vars/proxmox.yml (limited to 'roles/bootstrap/vars') diff --git a/roles/bootstrap/vars/proxmox.yml b/roles/bootstrap/vars/proxmox.yml new file mode 100644 index 0000000..9833ad3 --- /dev/null +++ b/roles/bootstrap/vars/proxmox.yml @@ -0,0 +1,21 @@ +--- +bootstrap_distro: + name: "bookworm" # => Proxmox VE 8.x (Debian 12) + mirror_url: "http://deb.debian.org/debian" + packages: + - "proxmox-default-kernel" + +bootstrap_opts: "" + +bootstrap_apt_ignored_preferences: | + Package: grub-common grub2-common grub-pc grub-pc-bin + Pin: release * + Pin-Priority: -1 + +bootstrap_apt_sources: | + deb http://deb.debian.org/debian bookworm main contrib + deb http://deb.debian.org/debian bookworm-updates main contrib + deb http://security.debian.org/debian-security bookworm-security main contrib + +bootstrap_proxmox_apt_sources: | + deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription -- cgit v1.2.3