Ajout du playbook Ansible pour Wireguard, du script bash, et des

fichiers de configuration.
This commit is contained in:
Guillaume Emorine
2024-11-14 15:01:59 +01:00
parent 5a11bfbd7d
commit 761184054f
9 changed files with 222 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
# local settings for ap31-prod
[Interface]
PrivateKey = ENtiBbOg56P0DQJhoYe61mNLF06Vtv601rbAAvyKz2M=
Address = 10.0.0.2/32
ListenPort = 51820
# remote settings for ap31-mon
[Peer]
PublicKey = LEkM9UVt21zq7PS8sX+SBihuXr5k9bjAbwSN0dChmAk=
Endpoint = 172.16.0.102:51820
AllowedIPs = 10.0.0.1/32