chore 📦: Update API host in setupacdc.yml to use node IP

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.
This commit is contained in:
2025-11-01 18:22:19 +01:00
parent c8ed5f50da
commit 7dd1797dc0

View File

@@ -26,7 +26,7 @@
node: "{{ node_ip }}" node: "{{ node_ip }}"
api_user: root@pam api_user: root@pam
api_password: "{{ proxmox_password }}" api_password: "{{ proxmox_password }}"
api_host: "{{ node_ip }}" api_host: "https://{{ node_ip }}"
password: 123456 password: 123456
hostname: "{{ addc_hostname }}" hostname: "{{ addc_hostname }}"
ostemplate: 'local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst' ostemplate: 'local:vztmpl/debian-13-standard_13.1-1_amd64.tar.zst'