![Mark Goddard](/assets/img/avatar_default.png)
Mellanox switches running MLNX-OS cannot be managed using the Ansible onyx* modules, as the OS is too old. This change uses the stackhpc.mellanox-switch Ansible role to configure these devices using the Ansible expect module. Change-Id: I86f654c95be05e3a82d6015e4c89093127553408 Story: 2002687 Task: 22512
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
---
|
|
# Switch configuration.
|
|
|
|
###############################################################################
|
|
# Authentication configuration.
|
|
|
|
# For Mellanox switches, this defines a 'provider' argument to the
|
|
# mellanox-switch role.
|
|
switch_mellanox_provider:
|
|
host: "{{ ansible_host }}"
|
|
username: "{{ ansible_user }}"
|
|
auth_pass: "{{ switch_auth_pass }}"
|