diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-08 23:26:47 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-08 23:26:47 +0300 |
| commit | 66c23888d15f764d910945445dd00036b6d7d80e (patch) | |
| tree | 0881d33d386540a54c4d15ca46dee13458378392 | |
| parent | 7f446b9a08e7f1c3f7b486f8c72635cc0e305c03 (diff) | |
Add rocky (192.168.2.123) as gateway-only peer to WireGuard mesh
| -rw-r--r-- | wireguardmeshgenerator.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/wireguardmeshgenerator.yaml b/wireguardmeshgenerator.yaml index 34a0a07..1a2057b 100644 --- a/wireguardmeshgenerator.yaml +++ b/wireguardmeshgenerator.yaml @@ -263,3 +263,30 @@ hosts: - pixel7pro - freebsd - pi0 + rocky: + os: Linux + ssh: + user: root + conf_dir: /etc/wireguard + sudo_cmd: + reload_cmd: systemctl reload wg-quick@wg0.service + lan: + domain: 'lan.buetow.org' + ip: '192.168.1.123' + wg0: + domain: 'wg0.wan.buetow.org' + ip: '192.168.2.123' + ipv6: 'fd42:beef:cafe:2::123' + exclude_peers: + - f0 + - f1 + - f2 + - f3 + - r0 + - r1 + - r2 + - earth + - pixel7pro + - freebsd + - pi0 + - pi1 |
