29 lines
1015 B
HCL
29 lines
1015 B
HCL
image_url = "https://geo.mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-cloudimg.qcow2"
|
|
checksum_url = "https://geo.mirror.pkgbuild.com/images/latest/Arch-Linux-x86_64-cloudimg.qcow2.SHA256"
|
|
|
|
host_ssh_user = "michael"
|
|
host_ssh_address = "server.balsillie.net"
|
|
|
|
guest_hostname = "arch-minimal-template"
|
|
cpu_count = 2
|
|
memory = 2048
|
|
domain_type = "kvm"
|
|
arch = "x86_64"
|
|
chipset = "pc-q35-6.1"
|
|
loader_type = "pflash"
|
|
loader_path = "/usr/share/edk2-ovmf/x64/OVMF_CODE.secboot.fd"
|
|
secure_boot = true
|
|
nvram_template = "/usr/share/edk2-ovmf/x64/OVMF_VARS.fd"
|
|
nvram_path_base = "/var/lib/libvirt/qemu/nvram"
|
|
|
|
volume_name = "arch_minimal_template"
|
|
volume_pool = "default"
|
|
volume_capacity = "30G"
|
|
|
|
bridge_name = "br0"
|
|
|
|
guest_ssh_user = "arch"
|
|
guest_ssh_port = 22
|
|
guest_ssh_private_key = "~/.ssh/conf.d/home/arch@arch_template.key"
|
|
guest_ssh_public_key = "~/.ssh/conf.d/home/arch@arch_template.key.pub"
|