kayobe/ansible/group_vars/switches/mellanox

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