ansible/lib/ansible
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
..
cli Handle complex quoting in extra args in pull cli (#50212) 2019-01-23 10:58:37 -05:00
compat
config Increase persistent command_timeout default value (#51056) 2019-01-21 10:50:52 +05:30
errors Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
executor Remove unnecessary calls to cache_block_tasks noop (#50715) 2019-01-17 08:29:26 +01:00
galaxy
inventory remove usless tb initiator 2019-01-22 17:33:20 -05:00
module_utils PR to implement support feature for creating NIOS network container (#51168) 2019-01-23 19:21:00 +05:30
modules PR to implement support feature for creating NIOS network container (#51168) 2019-01-23 19:21:00 +05:30
parsing
playbook allows loop pause for subseconds (#50461) 2019-01-18 22:41:29 -05:00
plugins Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
template
utils Update vmware.py minor typo (#51047) 2019-01-21 13:52:26 +05:30
vars
__init__.py
constants.py
context.py
release.py