Resolution of Ansible Issues on OS X Mavericks
From the Blog sawantshah Getting started with Ansible on OS X Mavericks. While following the installation instructions, it broke down on the final step, twice. $ ansible all -m ping --ask-pass It first broke down with the following message (upon entering an empty password): 127.0.0.1 | FAILED => 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 Then tried entering the password for my logged-in user, which resulted in the following error: 127.0.0.1 | FAILED => to use the 'ssh' connection type with passwords, you must install the sshpass program *Solution 1: *This was resolved with the solution found here. After this, things were still breaking down, so I turned the -vvvv flag on. Herpakistanblogs.blogspot.comRead Full Post
0 comments :
Post a Comment