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 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/f7839430-657b-4ada-881c-7749a348a290%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to