Hello,
When I am trying to ping the managed nodes via Ansible I receive and access verification error.
Prior to that test I was able to successfully SSH into Nexus via Ansible host
ubuntu@Ansible:~/.ssh$ ssh 192.168.3.1
User Access Verification
Password:
Cisco NX-OS Software
ubuntu@Ansible:~$ sudo nano /etc/ansible/hosts
[sudo] password for ubuntu:
[CiscoNode]
192.168.3.1
192.168.3.2
192.168.3.3
192.168.3.4
ubuntu@Ansible:~$ ansible all -m ping
192.168.3.1 | UNREACHABLE! => {
"changed": false,
"msg": "Failed to connect to the host via ssh: User Access Verification\nubuntu@192.168.3.1: Permission denied (publickey,password,keyboard-interactive).",
"unreachable": true
}
Please advise.
Thanks,
Netmart