![Jakub Darmach](/assets/img/avatar_default.png)
Refactored the code to switch the distribution source of the roles to new collections for the roles that have already been migrated into collections. Updated: - requirements - role invocations - documentation - release notes - minor whitespace fixes Change-Id: I8dbb88aa2061b3afcab07caeb30f45b3a5c939af
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
---
|
|
# Switch configuration.
|
|
|
|
###############################################################################
|
|
# Authentication configuration.
|
|
|
|
# For Mellanox switches, this defines a 'provider' argument to the
|
|
# stackhpc.network.mellanox_switch role.
|
|
switch_mellanox_provider:
|
|
host: "{{ ansible_host|default(inventory_hostname) }}"
|
|
username: "{{ ansible_user }}"
|
|
auth_pass: "{{ switch_auth_pass }}"
|