summaryrefslogtreecommitdiff
path: root/lib/ansible/config/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* ansible-playbook -K breaks when passwords have quotes (#79837)Miklos Sagi2023-02-201-2/+6
* Clean up unused imports in core (#79900)Matt Clay2023-02-031-1/+0
* plugin loader fix existing config testing (#78859)Brian Coca2022-09-271-0/+8
* config error origin (#78407)Brian Coca2022-08-021-2/+2
* Yolo (#77554)Brian Coca2022-04-181-127/+92
* Revert "Config, ensure templating happens at functions (#77483)"Matt Clay2022-04-141-96/+88
* Config, ensure templating happens at functions (#77483)Brian Coca2022-04-141-88/+96
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+3
* Type hint fixes.Matt Clay2022-03-041-2/+2
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-0/+10
* config, moved 'choices info to keys (#76569)Brian Coca2022-01-211-1/+11
* Use explicit keyword for plugin config (#75158)Brian Coca2022-01-211-0/+6
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+1
* Python 3.8 Controller Minimum (#74013)Matt Martz2021-09-211-10/+3
* avoid literal quoting in config lists (#74740)Brian Coca2021-05-191-1/+1
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-9/+3
* fix config manager list loption with choices (#74267)Brian Coca2021-04-161-1/+9
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-0/+6
* Normalize ConfigParser between Python2 and Python3 (#73715)Matt Martz2021-02-251-1/+4
* Allow restricting config values to enumerated list (#73162)Brian Coca2021-01-141-1/+12
* Improve deprecations (#72697)Felix Fontein2020-12-041-0/+15
* [config] coerce more to string when 'type: str' (#72172)Rick Elrod2020-10-141-1/+1
* Validate plugin option type 'dict' / 'dictionary' (#71928)Felix Fontein2020-09-291-1/+5
* Ensure -k is set to delegated hosts without a pass (#71136)Jordan Borean2020-08-081-4/+17
* support hard coded module_defaults.yml groups for collections (#69919)Sloane Hertel2020-06-091-14/+0
* Ensure --version works with non-ascii project path (#66624)Martin Krizek2020-05-291-1/+1
* Fix inline vaults for plugins in ensure_type (#67492)Sloane Hertel2020-02-251-2/+2
* strip spaces for each value in host list lists (#67701)Brian Coca2020-02-251-1/+1
* config manager str type vault source (#65023)Jordan Borean2019-11-201-2/+7
* text-ify config warning message (#63349)Matt Davis2019-10-101-1/+1
* config encode errors should not be fatal (#63311)Matt Davis2019-10-091-1/+5
* fixes to config manager (#58530)Brian Coca2019-07-171-15/+42
* Use atexit to cleanup tmp dirs (#56532)Sam Doran2019-06-281-2/+3
* Allow config boolean options to default to None (#55951)Sloane Hertel2019-05-021-4/+4
* fix AWS plugin credential precedence for environment variables (#52945)Sloane Hertel2019-03-251-0/+6
* Fix wrong number of arguments in string format (#53265)Abhijeet Kasurde2019-03-051-1/+1
* Avoid resolving module_paths for docs (#51453)Brian Coca2019-02-181-0/+12
* Become plugins (#50991)Matt Martz2019-02-111-2/+2
* Fix path encoding bug in config manager.Matt Clay2019-01-241-1/+1
* Fix encoding issues with file paths. (#50830)Matt Clay2019-01-141-4/+4
* Update unit tests for configmanagerAbhijeet Kasurde2018-12-181-2/+10
* Misc typo fixes (#49816)Abhijeet Kasurde2018-12-141-2/+2
* More specificity in errors for cfg mgr (#48995)Brian Coca2018-12-101-11/+18
* fix bug in config mgrBrian Coca2018-11-191-7/+1
* better handling of bad type in config (#48821)Brian Coca2018-11-191-1/+9
* Fix another corner case of too many warnings for world readable current worki...Toshio Kuratomi2018-08-231-2/+6
* Extend `module_defaults` by adding default groups for cloud modules (#44127)Ryan Brown2018-08-221-12/+25
* Only print warning when ansible.cfg is actually skipped (#43583)Toshio Kuratomi2018-08-031-17/+46
* Fix config manager to show errorsToshio Kuratomi2018-08-011-10/+17