19 lines
663 B
TOML
19 lines
663 B
TOML
# Proxmox VE 9 automated-install answer file for node pve2.
|
|
# Placeholders (@@...@@) are filled in by 03-build-autoinstall-isos.sh.
|
|
[global]
|
|
keyboard = "en-us"
|
|
country = "us"
|
|
fqdn = "pve2.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.12
|
|
|
|
[disk-setup]
|
|
filesystem = "ext4"
|
|
disk-list = ["vda"] # virtio-blk disk created by virt-install
|