tony@ubuntu:~/windows$ ansible windows -i hosts -m win_ping
10.50.1.231 | UNREACHABLE! => {
"changed": false,
"msg": "ssl: the specified credentials were rejected by the server",
"unreachable": true
my yml file
ansible_user: 'administrator'
ansible_password: 'xxxxx'
ansible_port: 5986
ansible_connection: winrm
ansible_winrm_server_cert_validation: ignore
tony@ubuntu:~/windows/group_vars$
any idea?
--
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/499c00b2-260d-4449-b1e4-e906e351d926%40googlegroups.com.