Registers minisforum as a PIA WireGuard peer for VPN VLAN 50, with a boot-ordered kill switch (dedicated PIA-VLAN50 iptables chain + a terminal unreachable route in a dedicated routing table), multi-region addKey fallback (Hong Kong -> Taiwan -> JP Tokyo, each region's full server list, in order), and an observability-only health check. Verified live against minisforum: registration succeeds, wg-quick@pia-wg is up. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
7 lines
119 B
YAML
7 lines
119 B
YAML
---
|
|
- name: PIA WireGuard egress gateway for VPN VLAN 50
|
|
hosts: minisforum
|
|
become: true
|
|
roles:
|
|
- pia-gateway
|