You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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
Matt Davis
unread,
Jan 11, 2017, 8:57:55 PM1/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ansible Project
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.