Ajout du playbook Ansible pour Wireguard, du script bash, et des
fichiers de configuration.
This commit is contained in:
11
ansible/wireguard/wg0-prod.conf
Normal file
11
ansible/wireguard/wg0-prod.conf
Normal 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
|
Reference in New Issue
Block a user