community.general/lib/ansible/cli
Adrian Likins e287af1ac8 Vault secrets empty password (#28186)
* Better handling of empty/invalid passwords

empty password files are global error and cause an
exit. A warning is also emitted with more detail.

ie, if any of the password/secret sources provide
a bogus password (ie, empty) or fail (exception,
 ctrl-d, EOFError), we stop at the first error and exit. 

This makes behavior when entering empty password at
prompt match 2.3 (ie, an error)
2017-08-15 11:01:46 -04:00
..
__init__.py Vault secrets empty password (#28186) 2017-08-15 11:01:46 -04:00
adhoc.py Fix ansible ad-hoc to respect ANSIBLE_STDOUT_CALLBACK (#26098) 2017-06-26 16:01:06 -04:00
config.py 1st part of ansible config, adds ansible-config to view/manage configs (#12797) 2017-06-14 11:08:34 -04:00
console.py Support multiple vault passwords (#22756) 2017-07-28 15:20:58 -04:00
doc.py Include aliases in ansible-doc output (#27702) 2017-08-03 10:38:08 -07:00
galaxy.py galaxy-cli: selective install roles in requirements file (#21412) 2017-08-14 17:17:22 -04:00
playbook.py Collated PEP8 fixes (#25293) 2017-06-02 12:14:11 +01:00
pull.py Add check mode support to ansible-pull (#28021) 2017-08-14 11:20:05 -04:00
vault.py pylint fixes for vault related code (#27721) 2017-08-08 16:10:03 -04:00