Created
June 13, 2014 07:02
-
-
Save mbohun/8289b4a5ae73b5b1b155 to your computer and use it in GitHub Desktop.
ansible meets brew :-)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bash-3.2$ uname -a | |
Darwin twain-be-2.local 13.2.0 Darwin Kernel Version 13.2.0: Thu Apr 17 23:03:13 PDT 2014; root:xnu-2422.100.13~1/RELEASE_X86_64 x86_64 | |
bash-3.2$ ansible all -m ping -i inventories/vagrant -u vagrant --ask-pass -vvvv | |
SSH password: | |
<10.1.1.2> ESTABLISH CONNECTION FOR USER: vagrant | |
<10.1.1.2> REMOTE_MODULE ping | |
10.1.1.2 | FAILED => to use the 'ssh' connection type with passwords, you must install the sshpass program | |
bash-3.2$ | |
bash-3.2$ sudo brew install sshpass | |
Error: No available formula for sshpass | |
We won't add sshpass because it makes it too easy for novice SSH users to | |
ruin SSH's security. | |
bash-3.2$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment