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

26 lines
509 B
YAML
Raw Normal View History

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