mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 05:38:34 +01:00
chore: enable filebeat for all hosts
This commit is contained in:
11
roles/base/templates/wg-hypervisor.conf
Normal file
11
roles/base/templates/wg-hypervisor.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
[Interface]
|
||||
PrivateKey = <server_private_key>
|
||||
Address = 10.0.0.1/24
|
||||
ListenPort = 51820
|
||||
|
||||
{% for client in clients %}
|
||||
# {{ client.name }}
|
||||
[Peer]
|
||||
PublicKey = <client1_public_key>
|
||||
AllowedIPs = 10.0.0.{{ loop.index + }}/32
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user