İzleme kitabımı localhost ana bilgisayara karşı başlattığımda bu hatayı yaşıyorum.Yerel anasistemde Ansible SSH HATA bağlantısı
[local]
127.0.0.1
sorunu nedir:
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
Ve hosts dosyası
bu yapılandırma var?Teşekkürler!
yanıtlayıcı 'ima görünüyor
öylesine ayrıntılı çıkış ne ise, hata mesajında öneriyi takip ettiniz mi? –