[k8s] ansible-playbook 명령 - 오류 : to use the 'ssh' connection type with passwords, you must install the sshpass program
Docker_k8s 2022. 12. 23. 14:52728x90
728x170
아래의 ansible-playbook 명령을 수행하는 중에
ansible-playbook -i inventory/mycluster/inventory.ini -become --become-user=root cluster.yml --KK
아래와 같은 오류가 발생되었습니다.
fatal: [node1]: FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"} |
시키는대로 sshpass 를 설치하면 해당 에러는 제거됩니다.
sudo apt-get install sshpass
하지만 설치하고도 에러가 발생됩니다.
이건 아래 포스팅에서 확인해주세요
2022.12.23 - [Docker_k8s] - [k8s] ansible-playbook 명령 - 오류 : Permission denied (publickey,password).", "unreachable": true} |
728x90
그리드형
'Docker_k8s' 카테고리의 다른 글
[k8s] .net Prometheus Grafana (0) | 2023.01.05 |
---|---|
[k8s] Grafana 초기비번 (0) | 2023.01.05 |
[k8s] kubectl 명령 - 오류 : The connection to the server localhost:8080 was refused - did you specify the right host or port? (0) | 2022.12.23 |
[k8s] ansible-playbook 명령 - 오류 : Permission denied (publickey,password).", "unreachable": true} (0) | 2022.12.23 |
[Docker] 추천 강의 - 따배도 (0) | 2022.12.19 |