diff --git a/.packer/recipes/ubuntu/18.04/packer.json b/.packer/recipes/ubuntu/18.04/packer.json index ea8811a..fc06535 100644 --- a/.packer/recipes/ubuntu/18.04/packer.json +++ b/.packer/recipes/ubuntu/18.04/packer.json @@ -27,6 +27,7 @@ "iso_urls": [ "{{ user `ubuntu_mirror` }}{{ user `ubuntu_codename` }}-updates/main/installer-amd64/current/images/netboot/mini.iso" ], "ssh_username": "{{ user `ssh_username` }}", "ssh_password": "{{ user `ssh_password` }}", + "vnc_bind_address": "0.0.0.0", "ssh_wait_timeout": "60m", "headless": "{{ user `headless` }}", "output_directory": "{{ template_dir }}/../../../images/ubuntu/18.04",