Just to clarify, delegation here means the ability to pass logged in 
credentials along to the remote host so that you can have the same rights 
and permssions on the remote host.  This lets you do things like use remote 
shares in your playbooks.

You can use NTLM with pywinrm 0.2.0 but I believe the credentials will only 
allow you 'single hop' access to a remote machine.  You can't then use 
resources on other windows machines from the one you are controlling 
remotely without delegation, and its my understanding that is only 
available via kerberos right now.
Jon



On Monday, July 18, 2016 at 11:00:41 AM UTC+1, Andrea Tartaglia wrote:
>
> I am definitely using NTLM for my windows hosts. I have the following 
> packages installed: 
> Requests 2.10.0 
> Requests-kerberos 0.10.0 
> Requests-ntlm 0.3.0 
> Pywinrm 0.2.0 
>
> Just make sure you set “ansible_winrm_transport: ntlm” set in your vars. 
> You should also set your remote_user in the “DOMAIN\USER” form, if you use 
> “user@domain” it should use Kerberos anyway. 
> -- 
> A. 
>
> On 18/07/2016, 10:49, "Karol Olczak" <ansible...@googlegroups.com 
> <javascript:> on behalf of karol....@gmail.com <javascript:>> wrote: 
>
> >I am afraid there is only kerberos delegation support ... 
> > 
> >-- 
> >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-proje...@googlegroups.com <javascript:>. 
> >To post to this group, send email to ansible...@googlegroups.com 
> <javascript:>. 
> >To view this discussion on the web visit 
> https://groups.google.com/d/msgid/ansible-project/07911eb9-c7ff-4609-a878-d45b737095f9%40googlegroups.com.
>  
>
> >For more options, visit https://groups.google.com/d/optout. 
>
>
>

-- 
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/97325d5c-413f-465f-ac8f-6298df97d17d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to