920d9e0eee
PowerConnect switches do not support the dellos Ansible modules, since they are based on DellOS version 4. This role uses the expect module to perform simple switch configuration. Change-Id: Icb59aaff75f9faf089423610fecb06598f75e35e Story: 2002106 Task: 19784
13 lines
375 B
Plaintext
13 lines
375 B
Plaintext
---
|
|
# Switch configuration.
|
|
|
|
###############################################################################
|
|
# Authentication configuration.
|
|
|
|
# For DellOS switches, this defines a 'provider' argument to the
|
|
# dell_powerconnect_switch role.
|
|
switch_dell_powerconnect_provider:
|
|
host: "{{ ansible_host }}"
|
|
username: "{{ ansible_user }}"
|
|
auth_pass: "{{ switch_auth_pass }}"
|