Kerberos only functions on domain-joined hosts. The default authtype is Basic, so as long as you have Basic auth enabled in your WinRM config (our setup script does this), you're fine to use local users with ansible_user/ansible_password. You can also change the authtype to NTLM via ansible_winrm_transport=ntlm.
On Wednesday, January 11, 2017 at 7:19:16 AM UTC-8, Eric Chong wrote: > > Is there a way to run Ansible against a standalone Windows server that is > not in a domain? The document shows how to setup kerberos with Windows > domain. What if the Windows server is not in any domain? > > Thanks > -- 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/d912eee6-467c-4e94-ba4c-3199948e7b3f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
