On 22. mai 2017 13:41, Luvpreet Singh wrote:
This is my first time, and I am facing this issue.

I have used ansible_ssh_pass, and ansible_ssh_user also.

But this message is coming,

luvpreet@DHARI-Inspiron-3542:/etc/ansible$ sudo ansible -m ping all
vogo-alpha.cloudapp.net | UNREACHABLE! => {
     "changed": false,
     "msg": "Authentication failure.",
     "unreachable": true
}

This is my file,
[webservers]
vogo-alpha.cloudapp.net ansible_ssh_pass=pass ansible_ssh_user=user

i can login via simple SSH.
I need to know why is this problem coming in the way ? WHat is the reason
and a little hint about the solution ?

You need to run ansible with -vvvv to get more information about the reason.

--
Kai Stian Olstad

--
You received this message because you are subscribed to the Google Groups "Ansible 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/dc50aa3a-3e8b-3d38-f94a-182fa2282fa8%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to