Unfortunately Windows has all these issues when it comes to credentials not being able to to the WinRM session where the major ones are;
* Being able to access a network share with the current users' credentials * Being able to access DPAPI * Being able to access the Windows Update API * Some others like mapped drives CredSSP solve the first 2 parts as the credentials are delegated as part of the protocol but the others should be solved by using become with Ansible as it changes the process from being spawned on a network logon to an interactive logon (like running it locally). The only thing I found become doesn't solve is mapped drives and I don't know any ways of getting it working. Luckily you can use become to set the credentials to authenticate with on network resources making mapped drives pretty much a moot point. Thanks Jordan -- 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/fdd7b1e3-f8b4-44d8-841e-22266e0f4e14%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
