From 52107e134ea006480c2ee789fb04e83614dc604c Mon Sep 17 00:00:00 2001 From: Philippe Caseiro Date: Wed, 24 Mar 2021 11:11:40 +0100 Subject: [PATCH] Update vnc_bind_adresse for eolebase --- .packer/recipes/eole/2.7.2/eolebase.json | 1 + fabrica | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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