ansible/host_vars/vpn-ng.adm.auro.re.yml

26 lines
507 B
YAML
Raw Permalink Normal View History

---
wireguard_endpoints:
- name: ovh
addr: 192.168.0.0/31
2021-02-20 23:41:10 +01:00
private_key: "{{ vault_wireguard_secrets.gs.private }}"
peer:
public_key: "{{ vault_wireguard_secrets.ovh_gs.public }}"
allowed_addrs:
2021-02-24 22:11:50 +01:00
- 0.0.0.0/0
- ::/0
keepalive: 5
endpoint: 92.222.211.198:5412
2021-02-24 22:11:50 +01:00
bird_router_id: 10.128.0.224
bird_router_prefsrc: 10.128.0.224
bird_ospf_ifaces:
ens18:
stub: true
ovh:
type: pointopoint
cost: 2000
ens19:
type: broadcast
cost: 1000
...