diff --git a/.packer/recipes/eole/2.7.2/eolebase.json b/.packer/recipes/eole/2.7.2/eolebase.json index 0cb4c3b..9775ad4 100644 --- a/.packer/recipes/eole/2.7.2/eolebase.json +++ b/.packer/recipes/eole/2.7.2/eolebase.json @@ -23,6 +23,7 @@ "iso_checksum": "none", "disk_image": true, "format": "qcow2", + "vnc_bind_address": "0.0.0.0", "disk_size": "{{ user `image_size` }}", "ssh_username": "root", "ssh_password": "cadoles", diff --git a/fabrica b/fabrica index 17e84d8..a6b6999 100755 --- a/fabrica +++ b/fabrica @@ -19,7 +19,7 @@ function install_hashicorp_tools() { packer_version="1.6.1" terraform_version="0.14.3" - ansible_version="2.10.2" + ansible_version="2.9.19" if [[ ${DISTRIB_ID} == "ManjaroLinux" ]] then pacman -Syq make ansible terraform packer --noconfirm