Ansible SSH ERREUR de connexion en localhost

J'ai cette erreur lorsque je lance mon playbook contre l'hôte localhost.

TASK [setup] *******************************************************************
fatal: [127.0.0.1]: UNREACHABLE! => {"changed": false, "msg": "SSH encountered an unknown error during the connection. We recommend you re-run the command using -vvvv, which will enable SSH debugging output to help diagnose the issue", "unreachable": true}
to retry, use: --limit @deploy-test-env.retry

PLAY RECAP *********************************************************************
127.0.0.1                  : ok=0    changed=0    unreachable=1    failed=0

Et mon fichier hosts ont cette config:

[local]
127.0.0.1

Quel est le problème?

Merci!

Avez-vous suivi la suggestion dans le message d'erreur, si oui quel est la sortie commentée?

OriginalL'auteur Miguel | 2016-05-12