"the specified credentials were rejected by the server" can often mean the 
password doesn't match what's expected for the user name.

Are you using a domain login?  If so you'll need to set up the kerberos 
support.  If not check the windows event log to see which user it reckons 
you are logging in as.

Hope this helps,

Jon

On Tuesday, February 14, 2017 at 6:20:28 PM UTC, Hmdi Bz wrote:
>
> 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 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/a4558918-7cc0-4c25-a241-7c84c2e7bcef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to