From 7dd1797dc0892da51649ebf89c721d5088d9a8e0 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 18:22:19 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Update=20API=20host=20i?= =?UTF-8?q?n=20setupacdc.yml=20to=20use=20node=20IP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `api_host` variable to use the `node_ip` value, ensuring consistency with other configuration settings. This change simplifies the setup process and reduces potential errors. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 9f49aaa..b2ddf7c 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -26,7 +26,7 @@ node: "{{ node_ip }}" api_user: root@pam api_password: "{{ proxmox_password }}" - api_host: "{{ node_ip }}" + api_host: "https://{{ node_ip }}" password: 123456 hostname: "{{ addc_hostname }}" ostemplate: 'local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst'