Error in NTLM for ansible to windows connection

Hi,

I’m using Ansible 2.1 and trying to do NTLM connection to windows server, ansible_transport variable is set to NTLM, pywinrm 0.2.0 is installed, but connection is not being established. Is there any other configuration need to be done? Please help.

Thanks,
Rakshatha

Have you followed the other setup steps described here? http://docs.ansible.com/ansible/intro_windows.html#windows-system-prep

Jon