UNREACHABLE!

Hello, pls help me understand this error; I’ve been trying to fix it for the second day and can’t figure it out…

TASK [Gathering Facts] **************************************************************************
fatal: [pixel-3xui]: UNREACHABLE! => {“changed”: false, “msg”: “Failed to connect to the host via ssh: root@193.84.2.###: Permission denied (publickey,password).”, “unreachable”: true}

PLAY RECAP **************************************************************************************
pixel-3xui : ok=0 changed=0 unreachable=1 failed=0 skipped=0 rescued=0 ignored=0

hi, you are trying to connect to the 193.84.2.### with root? Is root allowed to ssh in that host (seems a bad practice anyway)?

Read https://docs.ansible.com/ansible/latest/inventory_guide/connection_details.html

Ssh key folder permissions issue set for 700 for folder and authorized keys 644

Hey Vasily you finally solved the problem?