--- # Switch configuration. ############################################################################### # Authentication configuration. # For Mellanox switches, this defines a 'provider' argument to the # mellanox-switch role. switch_mellanox_provider: host: "{{ ansible_host|default(inventory_hostname) }}" username: "{{ ansible_user }}" auth_pass: "{{ switch_auth_pass }}"