c6263dbfd4
Support for invoking Ansible EOS network modules for Arista switches. Change-Id: I3a570adf43e1addce5eeab88e29ae4ded44669f0
12 lines
394 B
YAML
12 lines
394 B
YAML
---
|
|
# Authentication provider information.
|
|
arista_switch_provider:
|
|
|
|
# List of configuration lines to apply to the switch.
|
|
arista_switch_config: []
|
|
|
|
# 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 per-interface configuration.
|
|
arista_switch_interface_config: {}
|