kayobe/ansible/roles/dell-switch/defaults/main.yml
Mark Goddard da75d6b734 Use local_action instead of delegate_to in switch config tasks
As of ansible 2.3, it is no longer possible to use delegate_to with a host other
than localhost. Use of a jump host can be enabled via setting ProxyCommand in
ansible_ssh_common_args as for other hosts.
2017-10-12 10:49:13 +00:00

15 lines
455 B
YAML

---
# Type of Dell switch. One of dellos6, dellos9.
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: {}