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"
}