Files
kayobe/ansible/roles/dell-switch/defaults/main.yml
Will Szumski 1fbb5cb400 Add support for dellos10 switch configuration
Change-Id: I2823016294e7df63f63be9ab26535b3962a71ebe
2022-06-09 21:59:33 +02:00

15 lines
468 B
YAML

---
# Type of Dell switch. One of dellos6, dellos9, or dellos10.
dell_switch_type:
# Authentication provider information.
dell_switch_provider:
# List of configuration lines to apply to the switch.
dell_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.
dell_switch_interface_config: {}