1
0
This commit is contained in:
2026-08-02 10:40:47 -05:00
commit 5f114d9845
19 changed files with 940 additions and 0 deletions

18
answer-pve1.toml Normal file
View File

@@ -0,0 +1,18 @@
# Proxmox VE 9 automated-install answer file for node pve1.
# Placeholders (@@...@@) are filled in by 03-build-autoinstall-isos.sh.
[global]
keyboard = "en-us"
country = "us"
fqdn = "pve1.lab.local"
mailto = "root@lab.local"
timezone = "UTC"
root-password = "@@ROOT_PASSWORD@@"
root-ssh-keys = ["@@SSH_PUBKEY@@"]
reboot-mode = "power-off" # power off after install so virt-install hands off to disk-boot
[network]
source = "from-dhcp" # libvirt DHCP reservation pins this to 10.10.10.11
[disk-setup]
filesystem = "ext4"
disk-list = ["vda"] # virtio-blk disk created by virt-install