style 💎: Update api_host to use node_ip variable

Updated API host configuration to use the node IP variable, ensuring consistency across environments.
This commit is contained in:
2025-11-01 18:24:26 +01:00
parent 7dd1797dc0
commit 784be370be

View File

@@ -26,7 +26,7 @@
node: "{{ 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'