can winrm communicate via http 5985?

my group[_vars file

ansible_user: 'administrator'
ansible_password: 'xxxxxx'
ansible_port: 5985
ansible_connection: 'winrm'
ansible_winrm_server_cert_validation: 'ignore'
ansible_winrm_transport: 'ntlm'



but getting it failed on one win host


10.200.1.31 | UNREACHABLE! => {
    "changed": false,
    "msg": "ntlm: the specified credentials were rejected by the server",
    "unreachable": true
}
10.50.1.231 | SUCCESS => {
    "changed": false,
    "ping": "pong"
}



-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9d0daa85-53b7-42e7-b5a8-7324abe1b02b%40googlegroups.com.

Reply via email to