Skip to content
Snippets Groups Projects
Commit 86a0559f authored by jabertwo's avatar jabertwo
Browse files

manage all wireguard tunnels via ansible

parent 0d155bf5
No related branches found
No related tags found
No related merge requests found
[Interface]
PrivateKey = {{ privatekey }}
Address = 10.43.1.1
ListenPort = 51821
[Peer]
PublicKey = 9FLaGBXWjInPv4PFRuAJPPrPWruzocVrXg9lsmwGdX4=
AllowedIPs = 10.43.1.2, 192.168.0.0/24, 10.0.0.0/23
...@@ -154,6 +154,7 @@ ...@@ -154,6 +154,7 @@
- { role: common/kvm-guest, tags: kvm-guest } - { role: common/kvm-guest, tags: kvm-guest }
- { role: common/openvpn, tags: openvpn } - { role: common/openvpn, tags: openvpn }
- { role: common/prometheus-node, tags: prometheus-node } - { role: common/prometheus-node, tags: prometheus-node }
- { role: common/wireguard, tags: wireguard }
- { - {
role: common/docker_dockerstats, tags: dockerstats, role: common/docker_dockerstats, tags: dockerstats,
servicename: dockerstats, servicename: dockerstats,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment