문제점
젠킨스에서 ansible 명령어 수행시 아래와같은 에러가 발생함, console에서는 잘 수행됨
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 your known_hosts file to manage this host.
해결방법
/etc/ansible/ansible.cfg 파일에 아래 내역 추가 후 다시 명령 수행
[defaults]
host_key_checking = False
반응형
'인프라 > 앤서블(Ansible)' 카테고리의 다른 글
ansible "basic: the specified credentials were rejected by the server" (0) | 2022.05.25 |
---|---|
ansible playbook debug passwd 프린트 하기 (0) | 2022.05.24 |
ansible "msg": "Missing sudo password" (0) | 2022.05.16 |
리눅스 linux playbook 예제 (0) | 2022.05.16 |
ansible command "python setup.py egg_info" failed with error code 1 (0) | 2022.05.12 |
댓글