summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/password.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Update password.py documentation (#80297)aaronk12023-04-061-0/+3
* password lookup, handle ident properly when saved (#80251)Brian Coca2023-03-271-35/+58
* improve password lookup syntax in examples (#80092)Klaus Frank2023-03-021-5/+5
* Fix password lookup rewrites file when using encrypt (#79431)Gaudenz Steinlin2022-11-291-1/+2
* fix password lookup's use of f=v settings (#76551)Brian Coca2022-10-111-62/+60
* password lookup argument parsing fix (#78080)Brian Coca2022-06-211-8/+10
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-12/+12
* Add seed parameter to password lookup (#69775)s-hamann2021-06-041-2/+14
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-241-4/+26
* Minor Doc Update to password.py (#73468)Syed Ali Haider2021-02-181-5/+6
* discourage hexdigits in password lookup (#73106)Brian Coca2021-01-051-1/+3
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-4/+6
* Updates for password hashing (#71120)Matt Martz2020-08-261-6/+10
* Update password.py (#71295)rovshango2020-08-171-1/+1
* password: Add example to generate random string (#71144)Abhijeet Kasurde2020-08-081-0/+5
* Update password.py (#63965)bontreger2019-10-291-2/+2
* don't set default:None in documentation when there is no default (#61111)Evgeni Golov2019-09-051-1/+0
* Fix password lookup for FIPSToshio Kuratomi2018-10-311-1/+1
* Update yaml-style in password-lookup example (#46046)Sebastian Gumprich2018-09-241-1/+4
* Share the implementation of hashing for both vars_prompt and password_hash (#...Matthias Fuchs2018-08-271-11/+2
* Solve race condition in password lookup (#42529)Zhikang Zhang2018-08-151-1/+45
* Clarify usage of encrypt arg (#43330)Zhikang Zhang2018-08-021-7/+8
* Add yamllint for plugin docs and fix issues.Matt Clay2018-05-231-1/+1
* Fix typo in examples in Lookup/password plugin. (#35022)Nick Wilde2018-02-081-3/+3
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* Fix typo in documentation (#32821)Trentr92017-11-121-1/+1
* fixed password lookup docsBrian Coca2017-09-191-4/+4
* Lookup docs (#30280)Brian Coca2017-09-191-15/+85
* [passwordstore] Use builtin _random_password function instead of pwgen (#25843)3onyc2017-08-141-28/+3
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-1/+1
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Make password lookup treat /dev/null as a special caseMichael Scherer2017-02-151-2/+3
* Now that we convert salt inside of do_encryptas needed, keep salt as text typ...Toshio Kuratomi2016-10-201-2/+1
* Fix password lookup py3 plus alikins unittest additions refactoring (#17626)Toshio Kuratomi2016-09-191-69/+163
* Lookup password omit salt (#16361)Pilou2016-06-271-17/+15
* Fix password lookup when password file exists and the password is not encryptedToshio Kuratomi2015-10-121-5/+4
* Fix typoToshio Kuratomi2015-10-121-1/+1
* Cleanup logic and be more paranoid about passwords with spacesToshio Kuratomi2015-10-121-15/+22
* Removed deletion of salt by 'password' lookupRedRampage2015-09-281-5/+0
* Fix problem with "=" in the initial file path.Toshio Kuratomi2015-09-091-37/+56
* Use parse_kv to correctly parse parameters from password lookuppassword-lookup-fixToshio Kuratomi2015-09-041-35/+35
* listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"Toshio Kuratomi2015-08-101-3/+0
* missing path in import path for making pathsBrian Coca2015-06-021-1/+1
* created makedirs_safe function for use in cases of multiprocessBrian Coca2015-06-021-5/+5
* Making the switch to v2James Cammarata2015-05-031-0/+148