17ce724fa4
This encapsulates the differences between switch OS modules. Also add support for global switch configuration.
16 lines
422 B
Plaintext
16 lines
422 B
Plaintext
---
|
|
# Switch configuration.
|
|
|
|
###############################################################################
|
|
# Authentication configuration.
|
|
|
|
# For DellOS switches, this defines a 'provider' argument to the dellos_*
|
|
# modules.
|
|
switch_dellos_provider:
|
|
host: "{{ ansible_host }}"
|
|
username: "{{ ansible_user }}"
|
|
password: "{{ ansible_ssh_pass }}"
|
|
transport: cli
|
|
authorize: yes
|
|
auth_pass: "{{ switch_auth_pass }}"
|