【发布时间】:2019-07-30 11:37:21
【问题描述】:
身份验证已从基础更改为 kerberos,并且已在控制器中进行了配置更改。但是在执行 ping 模块时,命令失败并出现以下错误。
在 /etc/krb5.conf 控制器机器中进行了必要的更改。 kinit 使用用户名
testwinim.NORTHERNGATES.INTERNAL | UNREACHABLE! => {
"changed": false,
"msg": "kerberos: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377))",
"unreachable": true
}
ansible -i /home/ansible/hosts win -m win_ping -e="ansible_ssh_port=5986, ansible_connection=winrm" 命令应该给出通过响应而不是失败
【问题讨论】:
标签: ansible ansible-2.x ansible-inventory