connection of Ubuntu to physical windows using ansible
🔹 Steps to Connect Local Ubuntu (Master) → Physical Windows (Slave)
Get the Windows machine ready
Enable WinRM service On the Windows machine (run PowerShell as Administrator):
winrm quickconfig
Accept prompts if asked.
Allow unencrypted/basic aut...