How do you connect to a windows host?

I’ve got kerberos setup. I’ve got a client computer on the domain. The client has a host of name “COMPUTER-NAME@DOMAIN.NAME”. I have credentials of form “ACCOUNT@DOMAIN.NAME”

I try running a simple playbook. I get the error “'Server not found in Kerberos database”

What else do I need to do for my computer to connect? What am I doing wrong?

Not 100% sure you need it, but do you have a krb5.conf file setup for your domain?

With our AWX docker setup, I manually put this into /etc/ in the awx-task container:

[libdefaults]
default_realm = DOMAIN.NAME

[realms]

use “kdc = …” if realm admins haven’t put SRV records into DNS

DOMAIN.NAME = {
admin_server = dc01.domain.name
}

[domain_realm]
domain.name = DOMAIN.NAME

[logging]

kdc = CONSOLE

Yes, it’s configured. I can kinit successfully and get my TGT, but I can’t connect directly to any hosts for some reason…

Have you checked this link out
https://docs.ansible.com/ansible/latest/user_guide/windows_winrm.html

Hello,

Could you share your playbook? Did you try to connect by basic (local account) or (ntlm)?

if you can, share the output of the command ‘get-aduser ’

Also share this output from the windows server target machine:

winrm get winrm/config

regards

Jose Osorio

Hello. It for you https://youtu.be/VPzijklu8x0

среда, 28 апреля 2021 г. в 00:39:54 UTC+3, bel…@umbc.edu: