Mark Goddard f0b409e484 Add <type>_network_interfaces for controllers, monitoring, seed, seed-hypervisor
This allows for the full set of interfaces to be overridden by setting one
of these variables, rather than simply extending the default list via
<type>_extra_network_interfaces.
2017-08-29 13:41:15 +00:00

7 lines
240 B
Plaintext

---
###############################################################################
# Network interface attachments.
# List of networks to which these nodes are attached.
network_interfaces: "{{ seed_network_interfaces | unique | list }}"