$ ansible -m ping master -vvv
ansible 2.7.4
config file = /etc/ansible/ansible.cfg
configured module search path = ['/home/ydamyanov/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
ansible python module location = /home/ydamyanov/.venv/ansible/lib/python3.7/site-packages/ansible
executable location = /home/ydamyanov/.venv/ansible/bin/ansible
python version = 3.7.1 (default, Oct 20 2018, 21:59:34) [GCC 5.4.0 20160609]
Using /etc/ansible/ansible.cfg as config file
/etc/ansible/hosts did not meet host_list requirements, check plugin documentation if this is unexpected
/etc/ansible/hosts did not meet script requirements, check plugin documentation if this is unexpected
Parsed /etc/ansible/hosts inventory source with ini plugin
META: ran handlers
<10.11.12.13> ESTABLISH SSH CONNECTION FOR USER: None
<10.11.12.13> 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 ConnectTimeout=10 -o ControlPath=/home/ydamyanov/.ansible/cp/6f8bec829a 10.11.12.13 '/bin/sh -c '"'"'echo ~ && sleep 0'"'"''
<10.11.12.13> (255, b'', b'Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).\r\n')
master | UNREACHABLE! => {
"changed": false,
"msg": "Failed to connect to the host via ssh: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).\r\n",
"unreachable": true
}