FEATURE: replaces hardcoded ip of proxmox with a variable
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
|
||||
ansible_become_passwd: "{{ ansible_password }}"
|
||||
human_admin_user: max
|
||||
proxmox_1_host: 192.168.0.2
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user