dch-gw: Update radvd_interfaces for multi-prefix

The *radvd* role now supports/requires specifying a list of prefixes for
each interface.
This commit is contained in:
2018-04-06 20:19:09 -05:00
parent 2d5a614633
commit e8ff331acc

View File

@@ -1,11 +1,14 @@
radvd_interfaces:
- interface: '{{ dch_networks.jazz.router_iface }}'
prefix: '::/64'
prefixes:
- prefix: '::/64'
rdnss: '{{ dch_networks.jazz.dns_servers }}'
dnssl: '{{ dch_networks.jazz.dns_search }}'
- interface: '{{ dch_networks.blue.router_iface }}'
prefix: '::/64'
prefixes:
- prefix: '::/64'
- interface: '{{ dch_networks.red.router_iface }}'
prefix: '::/64'
prefixes:
- prefix: '::/64'