diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-05-03 23:37:30 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-05-03 23:37:30 +0200 |
| commit | 2de4321b014e8f95b7d7450f78048ffaa7a1a703 (patch) | |
| tree | 73420ef7a61a6bd7171b88b93f79433b626dc274 /roles/bootstrap/vars/proxmox.yml | |
| parent | 59dc46968fff0c0459ff117b54034c60c491b56f (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/vars/proxmox.yml')
| -rw-r--r-- | roles/bootstrap/vars/proxmox.yml | 21 |
1 files changed, 21 insertions, 0 deletions
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 |
