good pool

This commit is contained in:
2022-01-17 08:32:58 +01:00
parent d080b1e2a6
commit fd23e6cd08

View File

@@ -10,7 +10,7 @@ source "proxmox" "ubuntu" {
iso_file = "local:ISOS/ubuntu-20.04.3-live-server-amd64.iso" iso_file = "local:ISOS/ubuntu-20.04.3-live-server-amd64.iso"
iso_checksum = "f8e3086f3cea0fb3fefb29937ab5ed9d19e767079633960ccb50e76153effc98" iso_checksum = "f8e3086f3cea0fb3fefb29937ab5ed9d19e767079633960ccb50e76153effc98"
insecure_skip_tls_verify = true insecure_skip_tls_verify = true
pool = "FAST" pool = "Linux-VM"
vm_name = "PackerTest.ivanclement.maison" vm_name = "PackerTest.ivanclement.maison"
vm_id = 654 vm_id = 654
memory = 1024 memory = 1024
@@ -27,7 +27,7 @@ source "proxmox" "ubuntu" {
#ssh_password = "tvowyfv9gh23sdfAERtLWav2674" #ssh_password = "tvowyfv9gh23sdfAERtLWav2674"
network_adapters { network_adapters {
model = "virtio" model = "virtio"
bridge = "vmbr0" bridge = "vmbr111"
} }
qemu_agent = true qemu_agent = true