From eec6aa53da8fad5f45dd167eacd03badd5b8af7d Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 24 Mar 2021 11:54:40 +0100 Subject: [PATCH] Update ubuntu recipe vnc_bind_address --- .packer/recipes/ubuntu/18.04/packer.json | 1 + 1 file changed, 1 insertion(+) 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",