From c7477d66b43fa78b1dbc360c8d7bca97533db085 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 1 Nov 2025 18:19:03 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Update=20api=5Fhost=20t?= =?UTF-8?q?o=20use=20environment=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated the `api_host` value in the setupacdc.yml file to use an environment variable instead of a hardcoded IP address, making it easier to manage node configurations. --- tasks/setupacdc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/setupacdc.yml b/tasks/setupacdc.yml index 8a5565c..55a497b 100644 --- a/tasks/setupacdc.yml +++ b/tasks/setupacdc.yml @@ -26,7 +26,7 @@ node: "https://{{ node_ip }}" api_user: root@pam api_password: "{{ proxmox_password }}" - api_host: "https://{{ node_ip }}" + api_host: "{{ node_ip }}" password: 123456 hostname: "{{ addc_hostname }}" ostemplate: 'local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst'