Приветствую всех! Подскажите или натолкните на мысль из за чего вылетает ошибка?
TEST-MACHINE.DOMAIN.LOCAL | UNREACHABLE! => {
"changed": false,
"msg": "kerberos: authGSSClientInit() failed: (('No credentials were supplied, or the credentials were unavailable or inaccessible', 458752), (\"Can't find client principal user_admin@domain.local in cache collection\", -1765328243))",
"unreachable": true
}
файл конфига krb
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
dns_lookup_realm = false
ticket_lifetime = 24h
renew_lifetime = 7d
forwardable = true
rdns = false
udp_preference_limit = 0
default_realm = DOMAIN.LOCAL
[realms]
DOMAIN.LOCAL = {
admin_server = ad-01.domain.local
kdc = ad-01.domain.local
}
[domain_realm]
domain.local = DOMAIN.LOCAL
.DOMAIN.LOCAL = DOMAIN.LOCAL
Хост файл Ansible
[test]
TEST-MACHINE.DOMAIN.LOCAL
[test:vars]
ansible_port=5985
ansible_user=user_admin@domain.local
ansible_connection=winrm
ansible_winrm_transport=kerberos
ansible_winrm_scheme=http
ansible_winrm_server_cert_validation=ignore