username = "proxmox_user" password = "tvowyfv9gh23sdfAERtLWav2674" proxmox_url = "https://192.168.111.34:8006/api2/json" node = "grosnoeud" iso_file = "" os_version = "20.04" os_family = "ubuntu" guest_os_type = "ubuntu64Guest" os_iso_path = "[SATAStorage] ISO/ubuntu-20.04-legacy-server-amd64.iso" os_iso_url = "http://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04-legacy-server-amd64.iso"` iso_checksum = "36f15879bd9dfd061cd588620a164a82972663fdd148cce1f70d57d314c21b73" root_disk_size = 24000 connection_username = "vagrant" connection_password = "vagrant" boot_command = [ "", "", "", "/install/vmlinuz", " auto=true", " url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg", " locale=en_US", " console-setup/ask_detect=false", " console-setup/layoutcode=us", " console-setup/modelcode=pc105", " debconf/frontend=noninteractive", " debian-installer=en_US", " fb=false", " initrd=/install/initrd.gz", " kbd-chooser/method=us", " keyboard-configuration/layout=USA", " keyboard-configuration/variant=USA", " netcfg/get_domain=vm", " netcfg/get_hostname=packer", " grub-installer/bootdev=/dev/sda", " noapic", " -- ", "" ]