目次
Ansible FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the ssh pass program"} on MacOS

Ansible FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the ssh pass program"} on MacOS

🌐 Read in English

MacOS で Ansible を利用した所、掲題のようなエラーが発生しました。

その際の対策です。

1
brew install https://git.io/sshpass.rb

インストール完了まで少々時間かかりました。

以上
参考になれば幸いです。

参照

Ansible 2.3.1 - sshpass Error

kenzo0107

kenzo0107