ansible/roles/wireguard
korenstin e965ce9acd Création de README, suppression d'éléments inutiles 2024-12-21 16:02:42 +01:00
..
tasks Runned ansible-lint on this 2022-07-05 00:07:18 +02:00
templates Add wireguard peers between boeing and routeur-ft/thot 2022-06-28 14:19:21 +02:00
README.md Création de README, suppression d'éléments inutiles 2024-12-21 16:02:42 +01:00

README.md

Wireguard

Installe et configure wireguard

Variables

loc_wireguard: tunnels: - name: nom listen_port: port private_key: clé privée table: "off" peers: - public_key: clé publique de la machine distante allowed_ips: ips autorisées endpoint: ip:port (facultatif) persistent_keepalive: int (facultatif) post_up: actions après activation pre_down: actions avant arrêt