Big bang
This commit is contained in:
18
answer-pve1.toml
Normal file
18
answer-pve1.toml
Normal 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
|
||||
Reference in New Issue
Block a user