kayobe/ansible/inventory/group_vars/all/switches/mellanox

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 }}"