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
@@ -6,7 +6,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 }}"
@@ -29,7 +29,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 }}"
@@ -49,7 +49,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 }}"
@@ -64,10 +64,9 @@
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 }}"
name: "{{ vm_hostname }}"
state: started