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
+2 -2
View File
@@ -2,8 +2,8 @@
all:
children:
physical:
proxmox-1:
ansible_host: 192.168.0.2
proxmox_1:
ansible_host: "{{ proxmox_1_host }}"
ansible_become_password: "{{ ansible_become_passwd }}"
services_to_run: []
virtual: