fix template
This commit is contained in:
parent
e3831cd2a9
commit
e1c652eb5c
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Interface]
|
[Interface]
|
||||||
Address = {% for item in wireguard_peers %}{% if item['name'] == inventory_hostname %}}{{ item['AllowedIPs'] }}
|
Address = {% for item in wireguard_peers %}{% if item['name'] == inventory_hostname %}{{ item['AllowedIPs'] }}
|
||||||
{% endif %}{% endfor %}
|
{% endif %}{% endfor %}
|
||||||
PrivateKey = {{ private_key }}
|
PrivateKey = {{ private_key }}
|
||||||
ListenPort = {{ listenport }}
|
ListenPort = {{ listenport }}
|
||||||
|
|
Loading…
Reference in a new issue