Nikita Simonov a2af744cdb deploy wireguard
2026-05-29 20:00:09 +04:00
2026-05-28 13:08:52 +04:00
2026-05-28 13:08:52 +04:00
2026-05-29 20:00:09 +04:00
2026-05-28 13:08:52 +04:00
2026-05-28 13:09:29 +04:00

WireGuard ansible role

Configure wireguard

Usega

Configure the role

wireguard_interfaces:
  wg01:
    interface:
      Address: 10.0.0.1
      ListenPort: 51820
      PrivateKey: "{{ wireguard_private_key }}"
    peers:
      - AllowedIPs: 10.0.0.0/24
        PublicKey: "{{ wireguard_public_key }}"
        Endpoint: 1.1.1.1:51820
        PersistentKeepalive: 25
Description
No description provided
Readme 26 KiB
Languages
Jinja 100%