I have installed Ansible in the WSL (Windows Subsystem for Linux) within my Windows 10 workstation.
My goal is configure both, WSL, and the Windows 10 itself.
I'm able to run playbooks against localhost, which connect and configures via SSH the WSL.
However I am not sure Ansible can run playbooks against the Windows host to be able to setup Windows itself (e.g. install packages using Chocolatey)
Is that even possible? Or Ansible can only setup a windows node when is installed in a different Linux machine?