개요
- 앤서블 ansible 플레이븍 실행시 basic: the specified credentials were rejected by the server 에러에 대한 에러를 처리할 수 있다.
fatal: [test-seo]: UNREACHABLE! =>
{"changed": false, "msg": "basic: the specified credentials were rejected by the server", "unreachable": true}
해결방법
- playbook내에 아래 옵션을 추가한다.
no_log: false
반응형
댓글