24 lines
530 B
YAML
24 lines
530 B
YAML
---
|
|
wireguard_endpoints:
|
|
- name: ovh
|
|
addrs:
|
|
- 192.168.0.1/24
|
|
listen_port: 5412
|
|
private_key: "{{ vault_wireguard_secrets.gs_ovh.private }}"
|
|
peers:
|
|
- public_key: "{{ vault_wireguard_secrets.ovh_gs.public }}"
|
|
allowed_addrs:
|
|
- 192.168.0.0/24
|
|
- 10.128.0.0/16
|
|
- 10.132.0.0/16
|
|
keepalive: 30
|
|
endpoint: 92.222.211.198:5412
|
|
|
|
nftables_basic_input_rules:
|
|
- proto: tcp
|
|
port: 22
|
|
verdict: accept
|
|
- proto: udp
|
|
port: 5412
|
|
verdict: accept
|
|
...
|