From 0a853c09a41dfc1a92f8d6695f6f41890378695d Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 10:44:08 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20API=20host=20v?= =?UTF-8?q?ariable?= 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` instead of a hardcoded value, following the new configuration pattern. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 8d88e10..4e16e02 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -25,7 +25,7 @@ node: "{{ node_ip }}" api_user: root@pam api_password: "{{ proxmox_password }}" - api_host: node0 + api_host: "{{ node_ip }}" password: 123456 hostname: "{{ addc_hostname }}" ostype: debian