summaryrefslogtreecommitdiff
path: root/lib/ansible/parsing/dataloader.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca2021-08-251-1/+1
* Rewrite _is_role and remove incidental_flatpak_remote (#72105)Matt Martz2020-10-051-12/+26
* Spelling: dependant -> dependent (#69661)Rick Elrod2020-05-221-1/+1
* preserve json parsing error (#58461)Brian Coca2020-05-011-4/+4
* fix vault temp file handling (#68433)Brian Coca2020-03-251-1/+13
* Get copy tests passing with split controller/target (#58516)Matt Martz2019-07-031-5/+5
* Not native, but text (#55676)Brian Coca2019-05-241-1/+1
* dataloader: check exact value of dir (#52021)Abhijeet Kasurde2019-03-161-4/+4
* Fix pycodestyle E117 issues.Matt Clay2019-02-131-2/+2
* Minor typos (#50371)Abhijeet Kasurde2019-01-151-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Fix wrong python keyword (followup to #36357) (#41067)Andrew Gaffney2018-06-071-1/+1
* allow dataloader to use descriptors (#40627)Brian Coca2018-05-241-4/+3
* Allow loading dirs from role defaults/vars (#36357)Andrew Gaffney2018-04-101-0/+51
* Move yaml loading functions from DataLoader into a utility module.Toshio Kuratomi2018-01-221-75/+3
* Support using vault password files that are themselves vault encrypted (#27668)Adrian Likins2018-01-201-9/+15
* more info on yaml errorsBrian Coca2017-10-301-1/+3
* Fixes #23680 bug with py3.x due to binary string handling (#23688)Miguel Ángel Ajo2017-09-091-23/+12
* added keyed_group construction (#28578)Brian Coca2017-08-251-9/+2
* Support multiple vault passwords (#22756)Adrian Likins2017-07-281-9/+16
* Fix _get_file_contents to return bytes and checking that a different file exi...Toshio Kuratomi2017-07-281-8/+15
* Revert "Revert "Allow ini plugin to load file using other encoding than utf8....Matt Clay2017-07-271-2/+2
* Revert "Allow ini plugin to load file using other encoding than utf8." (#27407)Toshio Kuratomi2017-07-271-2/+2
* Allow ini plugin to load file using other encoding than utf8.Yannig Perré2017-07-271-2/+2
* corrected precedence, added comments to each entryBrian Coca2017-07-201-2/+6
* Add a directory walker to copyToshio Kuratomi2017-07-201-4/+4
* fix searched paths in DataLoader.path_dwim_relative (avoid AnsibleFileNotFoun...Pilou2017-07-201-0/+1
* Adds search in template/files/vars relative to the playbook path (#26460)Chris Houseknecht2017-07-051-0/+1
* correct, cleanup & simplify dwim stack (#25956)Brian Coca2017-07-031-39/+46
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-0/+11
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-8/+3
* Include the original YAML error in syntax error messagesJames Cammarata2017-06-081-1/+6
* removed unused importBrian Coca2017-05-241-1/+0
* clarified error messagesBrian Coca2017-05-241-2/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-6/+11
* ansible/parsing: PEP8 compliancy (#24701)Dag Wieers2017-05-181-5/+7
* let user control "auto-de-vault" (#22739)Brian Coca2017-03-241-17/+18
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-2/+2
* better 'role detection' for dwim (#22513)Brian Coca2017-03-151-10/+25
* Retain vault password as bytes in 2.2 (#22378)Adrian Likins2017-03-071-6/+6
* Fix PEP 8 issue.Matt Clay2017-02-241-1/+1
* prep for role passthrough instead of detectionBrian Coca2017-02-241-10/+12
* Fix regression in search path behaviourDag Wieers2016-12-141-6/+9
* Remove method that isn't used here. (#18713)Toshio Kuratomi2016-12-021-27/+0
* Fix bug (#18355) where encrypted inventories fail 18355 (#18373)Adrian Likins2016-11-071-2/+3
* Limit how much of the file we read to test if it's an encrypted vault fileToshio Kuratomi2016-11-041-2/+5
* Fix search path for relative paths in roles (fixes #17877)Andrew Gaffney2016-10-171-1/+5
* Allow for empty source in dwim_path_relative_stackJames Cammarata2016-09-211-3/+3
* Fix dataloader using deprecated version of is_encrypted (#17615)Toshio Kuratomi2016-09-171-3/+3