Assuming you're already using kerberos for domain auth, just make sure you 
have pywinrm >= 0.2.0, then add:

ansible_winrm_kerberos_delegation=yes

to your inventory. This will cause the TGT to be included in the kerberos 
negotiation instead of just the service ticket, so that downstream services 
can use the TGT to request access to other resources.

Docs are coming, but I ended up doing a bigger rewrite than originally 
planned to try and make sense of all the options.

On Wednesday, June 29, 2016 at 3:47:47 AM UTC-7, Karol Olczak wrote:
>
> Thanks Jon!
>
> Problem with backslashes has been solved.
>
> Good point: we are trying to access directory from a second machine e.g. 
>  \\host002\something
> That is exactly our problem ... multi-hop scenarios.
>
> Unfortunately we cannot copy required files from remote to local machine.
>
> As I know Ansible since 2.1 solved this problem and there is no docs yet.
>
> Can you give me some hints or paste sample configuration how to solve this 
> issue and allow my win host controlled by Ansible to have an access to 
> others machines inside our domain ?
>
> Karol
>
>

-- 
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/15d6e21f-ce51-4903-812f-7743cfee23c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to