ansible.cfg
2.23 KB
-
Disable PasswordAuthentication when using -c ssh · 30f4f83a
If PasswordAuthentication is enabled (which is the default) ansible will spawn (multiple) ssh's with a password-prompt which corrupts the terminal, and cannot be properly used. So it is better to not allow for password-based authentication using -c ssh. The result is that authentication fails but Ansible continues to work
Dag Wieers committed