c7743aa615
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
15 lines
433 B
Plaintext
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 }}"
|