ansible/test/units/plugins
Sam Doran 9d4c0dc111 Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776)
* Catch SSH authentication errors and don't retry multiple times to prevent account lock out

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Subclass AnsibleAuthenticationFailure from AnsibleConnectionFailure

Use comparison rather than range() because it's much more efficient.

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Add tests

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Make paramiko_ssh connection plugin behave the same way

Signed-off-by: Sam Doran <sdoran@redhat.com>

* Add changelog

Signed-off-by: Sam Doran <sdoran@redhat.com>
2019-01-23 11:32:25 -05:00
..
action
cache
callback
cliconf
connection Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
filter
httpapi Checkpoint httpapi plugin (#49929) 2019-01-07 14:02:29 +01:00
inventory
loader_fixtures
lookup Fix with_ini example and unittest 2018-12-18 12:25:02 -08:00
shell
strategy tqm._initialize_notified_handlers() is noop now (#50713) 2019-01-09 10:15:11 -05:00
terminal
vars
__init__.py
test_plugins.py