Hi,

I am trying to do ping test to some windows machine using win_ping but 
getting the below error when i run the ping yml.

$ansible win_prod -i /tmp/winhosts.yml -m win_ping -k
 [WARNING] Ansible is in a world writable directory (/tmp), ignoring it as 
an ansible.cfg source.
SSH password:
Friday 14 September 2018  20:19:32 +0200 (0:00:00.053)       0:00:00.053 
******
abcd01.com | FAILED! => {
    "changed": false,
    *"module_stderr": "An error occurred while creating the pipeline.\r\n",*
    "module_stdout": "",
    "msg": "MODULE FAILURE",
    "rc": 1
}


[win]
abcd01.com 

[win:vars]
ansible_user=x...@abc.com
ansible_connection=winrm
ansible_port=5986
ansible_winrm_server_cert_validation='ignore'
ansible_winrm_transport=ntlm

I tried to connect through 'ntlm' since its a AD account and the same way i 
am able connected to other hosts successfully which are under same domain. 
But not able to connect only this host.

Please help to solve the above issue.

regards,
Usha.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/917627e3-c2b1-4cb3-9489-e3afd3bea839%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to