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:
@@ -26,7 +26,7 @@
|
|||||||
node: "https://{{ node_ip }}"
|
node: "https://{{ node_ip }}"
|
||||||
api_user: root@pam
|
api_user: root@pam
|
||||||
api_password: "{{ proxmox_password }}"
|
api_password: "{{ proxmox_password }}"
|
||||||
api_host: "https://{{ node_ip }}"
|
api_host: "{{ 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user