FEATURE: replaces hardcoded ip of proxmox with a variable

This commit is contained in:
2026-08-24 14:11:42 +05:00
parent d2ee60c0fb
commit 71a98b34ca
6 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
validate_certs: false
node: proxmox-server
api_user: root@pam
api_host: 192.168.0.2
api_host: proxmox_1_host
api_token_id: ansible
api_token_secret: "{{ proxmox_token_secret }}"