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