Hi,
I'm using ansible on centos 7 guest on virtualBox using a bridged network
with a windows host
they can both ping each other. (windows address: 192.168.1.2, centos7
address: 192.168.1.3)
I'm using a basic winrm connection and I've already executed
configureRemotingForAnsible.ps1 successfuly on the host along with these
two commands:
winrm set winrm/config/service/auth '@{Basic="true"}'
winrm set winrm/config/service '@{AllowUnencrypted="true"}'
I've also disabled firewall on both sides.
My windows account is not part of any Domain.
ansible version is 2.2.1.0
the inventory file: inv.ini
[windowsTest]
192.168.1.2
[windowsTest:vars]
ansible_username=myUsername
ansible_password=myPassword
ansible_port=5985
ansible_connection=winrm
ansible_winrm_scheme=http
ansible_winrm_server_cert_validation=ignore
ansible_winrm_transport=basic
when I execute :
$ ansible windowsTest -i inv.ini -m win_ping
I get this error:
192.168.1.2 |Unreachable! => {
"changed": false,
"msg": "basic: the specified credentials were rejected by the server",
"unreachable": true
}
any Help?
--
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/8b6ced1f-0546-41b2-b7b5-fa4ca391cc16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.