--- # 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 }}" transport: cli authorize: yes auth_pass: "{{ switch_auth_pass }}"