kayobe/ansible/group_vars/all/switches/dell
Pierre Riteau c7743aa615 Fix physical network configuration on Dell switches
The dellos Ansible modules do not accept a `transport` key in the
provider parameter anymore, even in Ansible 2.4.0.

Change-Id: I4bdaa337cb9c6cb93f36338a191a9aa78e2c13f0
Story: 2004588
Task: 28464
2018-12-13 15:40:43 +00:00

15 lines
433 B
Plaintext

---
# Switch configuration.
###############################################################################
# Authentication configuration.
# For DellOS switches, this defines a 'provider' argument to the dellos_*
# modules.
switch_dellos_provider:
host: "{{ ansible_host|default(inventory_hostname) }}"
username: "{{ ansible_user }}"
password: "{{ ansible_ssh_pass }}"
authorize: yes
auth_pass: "{{ switch_auth_pass }}"