kayobe/ansible/group_vars/switches/interfaces
Mark Goddard 08d34db3d1 Add initial work on network configuration for management network
Currently supports configuration of network interfaces
2017-03-15 10:19:41 +00:00

13 lines
469 B
Plaintext

---
# Switch configuration.
###############################################################################
# Interface configuration.
# Interface configuration. Dict mapping switch interface names to configuration
# dicts. Each dict contains a description item and a 'config' item which should
# contain a list of additional per-interface configuration.
# Generally this should be configured on a per-switch basis via a host_vars
# file.
switch_interface_config: {}