ansible/host_vars/ns-3.ovh.infra.auro.re.yml

29 lines
516 B
YAML

---
systemd_link__links:
adm0: 96:77:96:91:e3:6c
ovh0: 00:50:56:00:fd:c0
ifupdown2__interfaces:
adm0:
addresses:
- 2a09:6840:128::109/64
- 10.128.0.109/16
ovh0:
addresses:
- 92.222.211.194/24
gateways: "{{ ifupdown2__gateways.ovh }}"
# TODO: remove as soon as the VPN works
knotd__remotes:
xfr-master:
address: 2a09:6840:128::110
key: xfr
knotd__acl:
notify-master:
address:
- 2a09:6840:128::110
- 10.128.0.110
key: xfr
action: notify
...