The switch to enable CredSSP when running ConfigureRemotingForAnsible.ps1 is
powershell.exe -ExecutionPolicy Bypass -File ConfigureRemotingForAnsible.ps1 -EnableCredSSP You can also just enable it manually by running Enable-WSManCredSSP -role server -Force As for your Kerberos I find if your DNS isn't set correctly and you have SPN issues then you are going to have a bad time. You can use setspn -L COMPUTERACCOUNT where COMPUTERACCOUNT is the account in AD for the host to see a list of SPN's registered to that host. -- 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 [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/9db1d15f-29d1-4283-bd86-c7ed1e68ca63%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
