1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/examples
Dag Wieers 30f4f83a4c Disable PasswordAuthentication when using -c ssh
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
2012-08-28 16:28:08 +03:00
..
playbooks Merge pull request #947 from elventear/postgresql_user 2012-08-27 18:10:37 -07:00
scripts Fix uptime example in examples/scripts 2012-08-24 19:32:24 -04:00
ansible.cfg Disable PasswordAuthentication when using -c ssh 2012-08-28 16:28:08 +03:00
hosts Small change to previous patch, make ranges of hosts inclusive. 2012-07-24 20:10:05 -04:00