1
0
Files
pve-lab/answer-pve1.toml

19 lines
663 B
TOML
Raw Permalink Normal View History

2026-08-02 10:40:47 -05:00
# 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