Ansible-Winrm Authentation method

Hello All,
Greeting of the day,

I am recently joining one company as junior DevOps engineer and
my company director give me task of ansible server and multiple windows host
connectivity lab.
Can anyone give me any documents or source regarding ansilbe-winrm Authentication methods.

Please help me.

Thanks and regards.

Did you try the Ansible documentation?

Yes

If you are unfamiliar with Windows authentication you may want to speak with a Windows admin at your work. WinRM requires a number of “connection settings” that differ from the easier SSH we use on Linux. You have to determine whether you will use NTLM or Kerberos, what port to use for the connection, etc. The Windows host also has to be configured to accept WinRM.

https://docs.ansible.com/ansible/latest/os_guide/windows_setup.html

Walter