⚙️ Windows Deployment (WinRM)
Windows Deployment (WinRM)
Section titled “Windows Deployment (WinRM)”- Enable PSRemoting and WinRM HTTPS
- Use ansible_connection=winrm, cred delegates
- Example inventory and playbook
[win]app01 ansible_host=10.0.0.10 ansible_user=svc ansible_password=***** ansible_connection=winrm ansible_winrm_transport=credssp