hi
---
- hosts: leaf
connection: local
tasks:
- napalm_install_config:
hostname: "{{ inventory_hostname }}"
username: "{{ username }}"
password: "{{ password }}"
dev_os: "{{ nxos }}"
config_file: leaf.conf
commit_changes: True
diff_file: initial.diff
This is the yml file. By default it tries to connect using HTTPS (NXAPI). How do i bypass this and make it connect using SSH