Hmm. Is adding the client machine to the domain an option then? That way you could use Kerberos authentication delegation.
Or. Here's a different idea... Use smbclient to collect whatever files you want from the share onto your ansible controller and then you can just win_copy them onto the windows targets. Smbclient will happily work with the domain login for the share, just specify -U username -W domainName I do something like the above once builds are signed off I collect them onto an ansible controller and then use synchronize to rsync files to ansibles running in other datacenters. Hope this helps, Jon -- 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/b0fefd7b-28e5-4ee5-9d27-ac764893512c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
