From 98117528717d39c1a24bac0ad26843f241a89048 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 10:48:14 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20setupacdc.yml?= =?UTF-8?q?=20to=20disable=20certificate=20validation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Disabling certificate validation for Ansible setup process. This change ensures the connection is established without any certificate-related issues. --- tasks/setupacdc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 4e16e02..75b8a9a 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -44,3 +44,4 @@ pubkey: 'ssh-ed25519 AAAAC3NzaC1...hBWA ansibleuser@ansiblehost' netif: net0: "name=eth0,hwaddr={{ mac_address }},gw={{ location_gateway }},ip={{ addc_ansible_host }}/24,bridge=vmbr0" + validate_certs: no