summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/ini.py
Commit message (Expand)AuthorAgeFilesLines
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+1
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-7/+7
* Fixed documentation: "[a] ini file" -> "an ini file" (#76627)Or Bin2022-01-041-3/+3
* Start of moving away from six (#75863)Martin Krizek2021-10-211-1/+1
* ini: Add parameter to allow no value (#74806)Abhijeet Kasurde2021-05-271-2/+13
* 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
* Ini fixes (#74285)Brian Coca2021-04-161-1/+6
* All lookups ported to config system (#74108)Brian Coca2021-04-131-46/+54
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-2/+4
* Update ini.py (#50171)Richlv2018-12-201-6/+6
* Fix with_ini example and unittestYannig Perré2018-12-181-8/+9
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-1/+1
* Udate ini.py with corrected intended use (#42232)Ashish Billore2018-07-031-1/+1
* ini lookup plugin: fix documentation layout (#41374)stoned2018-06-111-20/+20
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-2/+3
* Lookup docs (#30280)Brian Coca2017-09-191-15/+58
* Fix _get_file_contents to return bytes and checking that a different file exi...Toshio Kuratomi2017-07-281-1/+2
* Revert "Revert "Allow ini plugin to load file using other encoding than utf8....Matt Clay2017-07-271-19/+17
* Revert "Allow ini plugin to load file using other encoding than utf8." (#27407)Toshio Kuratomi2017-07-271-17/+19
* Allow ini plugin to load file using other encoding than utf8.Yannig Perré2017-07-271-19/+17
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-7/+7
* Migrate most uses of if type() to if isinstance()Toshio Kuratomi2017-04-041-2/+3
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* Make configparser imports python3 readyToshio Kuratomi2017-02-031-7/+1
* ini lookup: add 'default' to the list of parsed keysJames Tanner2016-11-081-1/+1
* ini lookup: add 'type' to the list of known arguments (#17707)jctanner2016-09-221-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-3/+5
* Add some missing imports from last night's py3 fixes (#17196)Toshio Kuratomi2016-08-231-0/+1
* Move a path being passed around as a byte string to being passed around as a ...Toshio Kuratomi2016-08-221-2/+2
* fixed lookup search path (#16630)Brian Coca2016-07-131-1/+1
* Refactor the parameter splitting in ini lookup to handle more path formats (#...jctanner2016-06-281-4/+33
* Use io.StringIO and io.BytesIO instead of StringIO.StringIO for compat with py3Toshio Kuratomi2016-02-261-3/+3
* Cleanup more pyflakes warnings (2 real problems)Toshio Kuratomi2015-10-191-4/+3
* Use 'except ... as' syntaxMarius Gedminas2015-08-271-2/+2
* listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"Toshio Kuratomi2015-08-101-3/+0
* Porting ini lookup plugin against ansible v2.Yannig Perré2015-08-071-9/+11
* Porting ini lookup plugin against ansible v2.Yannig Perré2015-08-051-0/+94