You have to make sure CredSSP is enabled in the server roles with 
'Enable-WSManCredSSP -Role Server' 
https://docs.microsoft.com/en-us/powershell/module/microsoft.wsman.management/enable-wsmancredssp.
 
This is because CredSSP uses unconstrained delegation and people should be 
aware of the potential security risks that come with unconstrained 
delgation.

You can verify what has been enabled or disabled by running 'winrm get 
winrm/config/service/auth' on your Windows host as well.

Thanks

Jordan

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/bfeac3d2-5945-442d-a762-c0f4b3be455a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to