Another attempt to fix inventory
This commit is contained in:
parent
0f6997e7ab
commit
f7167deadc
|
@ -5,17 +5,16 @@ all:
|
|||
ansible_host: 10.5.5.177
|
||||
dispatcher:
|
||||
ansible_connection: local
|
||||
children:
|
||||
frames:
|
||||
frames:
|
||||
hosts:
|
||||
frame1:
|
||||
wg:
|
||||
wg:
|
||||
hosts:
|
||||
frame1:
|
||||
wireguard_address: 192.168.254.11/32
|
||||
dispatcher:
|
||||
containerized: true
|
||||
wireguard_containerized: {{ containerized }}
|
||||
wireguard_containerized: "{{ containerized }}"
|
||||
wireguard_remote_directory: "/opt/wireguard"
|
||||
wireguard_address: 192.168.254.1/32
|
||||
wireguard_allowed_ips: "192.168.254.0/24"
|
||||
|
|
Loading…
Reference in a new issue