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" <[email protected] on behalf of [email protected]> 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 [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/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 [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/A28781C6-F8CE-46C3-8AD9-67D16E42B7A0%40andreatartaglia.com. For more options, visit https://groups.google.com/d/optout.
