Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenzo0107/b18a2d0c616891443474f8d74c82650e to your computer and use it in GitHub Desktop.
Save kenzo0107/b18a2d0c616891443474f8d74c82650e to your computer and use it in GitHub Desktop.
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.15.6
BuildVersion: 19G2021
```
$ ansible all -m ping
FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"}
```
// OK
brew install hudochenkov/sshpass/sshpass
// error occured
brew install sshpass
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment