chore 📦: Update setupacdc.yml to use HTTPS for Proxmox API host

Updated the api_host parameter in the setupacdc.yml file to use a secure HTTPS connection, ensuring data encryption when interacting with the Proxmox API.
This commit is contained in:
2025-11-01 18:16:43 +01:00
parent a920a3be7d
commit 07d18e1984

View File

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