Update ubuntu recipe vnc_bind_address
This commit is contained in:
parent
7ffb4d1af4
commit
eec6aa53da
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue