summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup
Commit message (Expand)AuthorAgeFilesLines
* config lookup, new option to show origin of value (#80651)Brian Coca2023-05-111-5/+15
* first_found fix no terms option (#76550)Brian Coca2023-05-081-4/+8
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-0313-13/+13
* 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 "pointless" strings detected by pylint (#79943)Matt Clay2023-02-071-9/+7
* Clean up unused imports in plugins (#79899)Matt Clay2023-02-032-2/+1
* Fix password lookup rewrites file when using encrypt (#79431)Gaudenz Steinlin2022-11-291-1/+2
* Update fileglob.py (#78887)seachanged2022-11-171-0/+1
* file lookup now works with general lookup error framework (#79339)Brian Coca2022-11-141-3/+3
* File lookup handle missing file more gracefully (#79230)Brian Coca2022-10-271-7/+7
* plugins/lookup/pipe: docs typo fixes (#79222)Kenyon Ralph2022-10-271-2/+2
* fix password lookup's use of f=v settings (#76551)Brian Coca2022-10-111-62/+60
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-121-0/+16
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-081-14/+34
* Module/plugin docs: (#78380)Felix Fontein2022-08-041-2/+2
* template module/lookup: fix convert_data for macros (#78259)Martin Krizek2022-07-141-1/+1
* listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca2022-07-123-3/+3
* doc: filter: unvault: fix example (#78161)René Moser2022-06-301-1/+1
* password lookup argument parsing fix (#78080)Brian Coca2022-06-211-8/+10
* validate-modules for plugins: do some more schema validations so that some is...Felix Fontein2022-03-182-0/+3
* Remove collections compat from controller code.Matt Clay2022-03-085-5/+9
* Update example to work (#77191)hfinucane2022-03-041-4/+4
* first_found: allow spaces in names (#77141)Martin Krizek2022-03-021-6/+2
* restore inadvertently deleted default for convert_data. Fixes #77004 (#77016)Matt Martz2022-02-141-0/+1
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-011-1/+1
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-2625-115/+118
* Attach concat func to an environment class (#76282)Martin Krizek2022-01-211-8/+12
* Fixed documentation: "[a] ini file" -> "an ini file" (#76627)Or Bin2022-01-041-3/+3
* Use correct markup in documentation (#76545)Felix Fontein2021-12-143-4/+4
* template lookup: jinja2_native has no effect if global is off (#76385)Martin Krizek2021-12-091-1/+1
* Add 'default' to 'env' lookup (#76327)Brian Coca2021-12-021-13/+32
* Fix typo in docs for "globbing" (#76324)nemobis2021-11-191-1/+1
* Heisen jinja2_native (#75587)Martin Krizek2021-10-271-15/+9
* Start of moving away from six (#75863)Martin Krizek2021-10-214-6/+7
* Require Jinja2 3.0.0 (#75881)Martin Krizek2021-10-201-4/+6
* Add new comment attribute to template plugin (#69253)Hossein Zolfi2021-08-121-0/+16
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-1/+1
* Fix env lookup docs typo (#75022)Manuel Gutierrez2021-06-161-1/+1
* Add seed parameter to password lookup (#69775)s-hamann2021-06-041-2/+14
* first_found: clear up the skip option usage (#74816)Ian Wienand2021-06-031-12/+36
* ini: Add parameter to allow no value (#74806)Abhijeet Kasurde2021-05-271-2/+13
* docs: Update Python 2 doc links (#74633)Abhijeet Kasurde2021-05-241-1/+1
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-241-4/+26
* ini lookup - add case sensitive option (#74630)Sam Doran2021-05-171-0/+8
* ini lookup - catch and handle duplicate key and missing section errors (#74629)Sam Doran2021-05-121-4/+11
* Fix sequence lookup message and add tests (#74472)David Shrewsbury2021-04-291-3/+3
* Improve a documentation of the first_found lookup plugin (#73080)Wojciech Sciesinski2021-04-291-3/+3
* Update first_found documentation (#70502)Alex Domoradov2021-04-271-20/+23