ansible的错误
生活随笔
收集整理的這篇文章主要介紹了
ansible的错误
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
錯誤
[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 #執行時并發數 host_key_checking = False #不檢測host key轉載于:https://www.cnblogs.com/lulin9501/p/11094175.html
總結
以上是生活随笔為你收集整理的ansible的错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: android抓包为什么有些数据抓不了?
- 下一篇: android 更新平台,Android