【问题标题】:Ansible and KerberosAnsible 和 Kerberos
【发布时间】:2018-10-19 10:02:08
【问题描述】:

我有一个问题,我该如何交朋友 Ansible 和 Kerberos。 这就是文件 vars 中的内容


ansible_user : ansible@test.LOCAL ansible_password : aqweASD(* ansible_port:5986 ansible_connection:winrm ansible_winrm_server_cert_validation:忽略 ansible_winrm_transport : kerberos

我的错误

Windows10 |遥不可及! => { “改变”:错误, "msg": "kerberos: authGSSClientStep() failed: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377)), ssl: 指定的凭证被服务器拒绝”, “无法到达”:是的 }

你能帮帮我吗?))) 谢谢。

【问题讨论】:

    标签: windows ansible kerberos


    【解决方案1】:

    没有主机文件的实际内容,命令行和剧本有点困难,但我建议以下解决方案: 在 ansible 控制器上运行 kinit 并查看它是否有效,如果可以,那么我建议在没有 ssl 的情况下进行测试。

    如果 kinit 不起作用,可能是由于 here 所涵盖的多种原因。

    通常缺少 python 包或 krb5.conf 中的问题

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-23
      • 2023-04-10
      • 1970-01-01
      • 2017-06-25
      相关资源
      最近更新 更多