почему может на хост не пускать в host file прописанно web ansible_host=
192.168.41.135 ansible_connection=ssh ansible_user=oleg а при попытке подключения выдает <
192.168.41.135> ESTABLISH SSH CONNECTION FOR USER: oleg 
<
192.168.41.135> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o 'User="oleg"' -o ConnectTimeout=10 -o ControlPath=/home/oleg/.ansible/cp/9c80842971 
192.168.41.135 '/bin/sh -c '"'"'echo ~oleg && sleep 0'"'"'' 
<
192.168.41.135> (255, '', 'Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).\r\n') 
fatal: [web]: UNREACHABLE! => { 
    "changed": false, 
    "msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).", 
    "unreachable": true 
}