Update inventories/client_template/hosts.yml
This commit is contained in:
@@ -18,11 +18,11 @@ all:
|
|||||||
opnsense:
|
opnsense:
|
||||||
hosts:
|
hosts:
|
||||||
client-fw-01:
|
client-fw-01:
|
||||||
ansible_host: "{{ lookup('env', 'FW_HOST') }}"
|
ansible_host: "{{ FW_HOST }}"
|
||||||
pfsense:
|
pfsense:
|
||||||
hosts:
|
hosts:
|
||||||
client-fw-01:
|
client-fw-01:
|
||||||
ansible_host: "{{ lookup('env', 'FW_HOST') }}"
|
ansible_host: "{{ FW_HOST }}"
|
||||||
|
|
||||||
# --- INFRASTRUCTURE ---
|
# --- INFRASTRUCTURE ---
|
||||||
hypervisors:
|
hypervisors:
|
||||||
@@ -30,11 +30,11 @@ all:
|
|||||||
proxmox:
|
proxmox:
|
||||||
hosts:
|
hosts:
|
||||||
client-pv-01:
|
client-pv-01:
|
||||||
ansible_host: "{{ lookup('env', 'PV_HOST') }}"
|
ansible_host: "{{ PV_HOST }}"
|
||||||
xcp:
|
xcp:
|
||||||
hosts:
|
hosts:
|
||||||
client-xcp-01:
|
client-xcp-01:
|
||||||
ansible_host: "{{ lookup('env', 'XCP_HOST') }}"
|
ansible_host: "{{ XCP_HOST }}"
|
||||||
|
|
||||||
# --- WORKSTATIONS/SERVERS ---
|
# --- WORKSTATIONS/SERVERS ---
|
||||||
linux_hosts:
|
linux_hosts:
|
||||||
|
|||||||
Reference in New Issue
Block a user