
So using FQDN or ip I get this task path: /usr/share/cockpit/ovirt-dashboard/ansible/hc_wizard.yml:4 fatal: [10.10.45.13]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", "unreachable": true} fatal: [10.10.45.11]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", "unreachable": true} fatal: [10.10.45.12]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", "unreachable": true} but on CLI it's reachable.... looks like a password issue... ? [root@ovirt3 ~]# ping 10.10.45.12 PING 10.10.45.12 (10.10.45.12) 56(84) bytes of data. 64 bytes from 10.10.45.12: icmp_seq=1 ttl=64 time=0.159 ms 64 bytes from 10.10.45.12: icmp_seq=2 ttl=64 time=1.42 ms 64 bytes from 10.10.45.12: icmp_seq=3 ttl=64 time=0.157 ms 64 bytes from 10.10.45.12: icmp_seq=4 ttl=64 time=0.141 ms 64 bytes from 10.10.45.12: icmp_seq=5 ttl=64 time=0.140 ms 64 bytes from 10.10.45.12: icmp_seq=6 ttl=64 time=0.172 ms ^C --- 10.10.45.12 ping statistics --- 6 packets transmitted, 6 received, 0% packet loss, time 5001ms rtt min/avg/max/mdev = 0.140/0.366/1.429/0.475 ms [root@ovirt3 ~]#