Update vnc_bind_adresse for eolebase
This commit is contained in:
parent
dc19682f65
commit
52107e134e
|
@ -23,6 +23,7 @@
|
||||||
"iso_checksum": "none",
|
"iso_checksum": "none",
|
||||||
"disk_image": true,
|
"disk_image": true,
|
||||||
"format": "qcow2",
|
"format": "qcow2",
|
||||||
|
"vnc_bind_address": "0.0.0.0",
|
||||||
"disk_size": "{{ user `image_size` }}",
|
"disk_size": "{{ user `image_size` }}",
|
||||||
"ssh_username": "root",
|
"ssh_username": "root",
|
||||||
"ssh_password": "cadoles",
|
"ssh_password": "cadoles",
|
||||||
|
|
2
fabrica
2
fabrica
|
@ -19,7 +19,7 @@ function install_hashicorp_tools()
|
||||||
{
|
{
|
||||||
packer_version="1.6.1"
|
packer_version="1.6.1"
|
||||||
terraform_version="0.14.3"
|
terraform_version="0.14.3"
|
||||||
ansible_version="2.10.2"
|
ansible_version="2.9.19"
|
||||||
if [[ ${DISTRIB_ID} == "ManjaroLinux" ]]
|
if [[ ${DISTRIB_ID} == "ManjaroLinux" ]]
|
||||||
then
|
then
|
||||||
pacman -Syq make ansible terraform packer --noconfirm
|
pacman -Syq make ansible terraform packer --noconfirm
|
||||||
|
|
Loading…
Reference in New Issue