ansible-playbook で-k でsshパスワードを入れようとすると、以下のエラーが出た
fatal: [xxx.xxx.xxx.xxx] => to use the 'ssh' connection type with passwords, you must install the sshpass program
sshpassというパッケージを入れるとよい。
sudo aptitude install sshpass
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
ansible-playbook で-k でsshパスワードを入れようとすると、以下のエラーが出た
fatal: [xxx.xxx.xxx.xxx] => to use the 'ssh' connection type with passwords, you must install the sshpass program
sshpassというパッケージを入れるとよい。
sudo aptitude install sshpass
Register as a new user and use Qiita more conveniently
Go to list of users who liked