turn off windows firewall with ansible

I got winrm over https configured via powershell on some remote hosts but looks like windows firewall is on and blocking port 5986. how do i turn off the firewall remotely?

Hello,

via group policy scripts. Ansible can't connect to a server with port
5986 blocked.

Luca

Please use Microsoft PSTools to disable windows firewall remotely.