Ansible with Windows

Hi,

I had ansible controlling a few Windows machines but I’ve had to disable Basic Authentication for WinRM due to security concerns. Is it possible to use control Windows machines via ansible without basic WinRM authentication?

Thanks,
Alicia Nguyen

Yes, this is possible, there is lots of information on authentication options in the documentation here:
https://docs.ansible.com/ansible/devel/windows.html

Hope this helps,

Jon