kayobe/ansible/group_vars/switches/dell

15 lines
405 B
Plaintext

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