Hi, I think you may have hit this issue: https://github.com/ansible/ansible/issues/8588
The name of the group I mentioned in previous post is WinRMRemoteWMIUsers__ on the windows host you want to manage, you need to run the following: net localgroup WinRMRemoteWMIUsers__ /add DOMAINNAME\domainusername (where DOMAINNAME is the name of your domain and domainusername is the domain user you want to be able to use WinRM) Hope this helps, Jon On Monday, August 11, 2014 4:35:06 PM UTC+1, Gopinath Suryadevara wrote: > > Hi, > > I was able to connect to a windows 7 box from a RHEL 5, ping it and also > changed the authentication to kerberos. Thank you, @Trond for the wonderful > script. Both the machines are on the same domain. When I use the > win_get_url module to copy a file from a network share, it fails. I turned > on the traces, got hold of the scripts on the remote win machine using > ANSIBLE_KEEP_FILES=1. When i execute the script on remote win machine using > the arguments file created by ansible, it executes successfully and copies > the file from a network share. But the script fails when run via ansible. > Even when i map the network share and try to use the assigned drive letter, > the script fails when executed from the ansible linux controller. > > Any help on this is appreciated!! > -- 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/11a9d699-5ab5-4fe3-8bf1-837eccbe6e35%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
