我測試ansible(開發版本)「在Kerberos數據庫中找不到服務器」連接到windows machine.Ansible Windows無法與
ansible 2.0.0 (devel d1b98ec776)
下面的命令失敗
ansible inh-jnambood-dt.india.mentorg.com -m win_ping -vvvv
錯誤是如下
bash-4.1$ ansible inh-jnambood-dt.india.mentorg.com -m win_ping -vvvv
Using /etc/ansible/ansible.cfg as config file
Loaded callback minimal of type stdout, v2.0
<inh-jnambood-dt.india.mentorg.com> ESTABLISH WINRM CONNECTION FOR USER: [email protected] on PORT 5985 TO inh-jnambood-dt.india.mentorg.com
inh-jnambood-dt.india.mentorg.com | FAILED! => {
"failed": true,
"msg": "ERROR! kerberos: (('Unspecified GSS failure. Minor code may provide more information', 851968), ('Server not found in Kerberos database', -1765328377)), plaintext: 401 Unauthorized."
jnambood
是我的用戶ID MGC.MENTORG.COM
我的域名
很明顯,我錯過了一些步驟。我該怎麼辦才能解決這個錯誤?
好。我如何檢查linuxhost是否是域的一部分?我可以運行'kinit'並獲得該機器上的票據 – Jayan