Files
configpolicy/group_vars/dch-gw/radvd.yml
Dustin C. Hatch a7ac6c586d dch-gw: Initial commit
The *dch-gw* role, and the corresponding `dch-gw.yml` playbook, apply
all of the necessary configuration to the edge router on my home
network.
2018-03-27 20:44:43 -05:00

12 lines
322 B
YAML

radvd_interfaces:
- interface: '{{ dch_networks.jazz.router_iface }}'
prefix: '::/64'
rdnss: '{{ dch_networks.jazz.dns_servers }}'
dnssl: '{{ dch_networks.jazz.dns_search }}'
- interface: '{{ dch_networks.blue.router_iface }}'
prefix: '::/64'
- interface: '{{ dch_networks.red.router_iface }}'
prefix: '::/64'