ansible的错误
生活随笔
收集整理的這篇文章主要介紹了
ansible的错误
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
錯誤
[root@bogon ansible]# ansible test -m ping 192.168.16.155 | FAILED! => { "msg": "Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to yourknown_hosts file to manage this host." }?
解決辦法
vi /etc/ansible/ansible.cfg [defaults] forks = 8 #執(zhí)行時并發(fā)數(shù) host_key_checking = False #不檢測host key轉(zhuǎn)載于:https://www.cnblogs.com/lulin9501/p/11094175.html
總結(jié)
以上是生活随笔為你收集整理的ansible的错误的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android抓包为什么有些数据抓不了?
- 下一篇: Bootstrap4颜色拾取器插件