style 💎: Update api_host to use environment variable

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.
This commit is contained in:
2025-11-01 18:19:03 +01:00
parent 7b705d21de
commit c7477d66b4

View File

@@ -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'