summaryrefslogtreecommitdiff
path: root/lib/ansible/config
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Add GALAXY_COLLECTIONS_PATH_WARNINGS option. (#78487)Maxwell G2023-04-211-0/+9
* Implement checks, and backwards compat change, to move forward with UTF-8 onl...Matt Martz2023-04-171-0/+11
* 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
* typos (#79377)faust2022-11-171-4/+4
* Misc Typo fixes (#79088)Abhijeet Kasurde2022-10-101-2/+2
* Fix empty str defaults in config/base.yml (#77733)Sloane Hertel2022-10-071-1/+1
* Custom salt for ansible-vault encrypt (#79063)Brian Coca2022-10-071-0/+8
* make pager and editor configurable, specifically for ansible (#78816)Brian Coca2022-09-281-0/+26
* plugin loader fix existing config testing (#78859)Brian Coca2022-09-271-0/+8
* Remove deprecated ANSIBLE_COW_WHITELIST/cow_whitelist (#78831)Martin Krizek2022-09-211-11/+0
* Remove deprecated ANSIBLE_CALLBACK_WHITELIST/callback_whitelist (#78830)Martin Krizek2022-09-211-11/+0
* allow multiple types for null representation (#78451)Brian Coca2022-08-111-1/+1
* config error origin (#78407)Brian Coca2022-08-021-2/+2
* Galaxy server config updates (#77106)Brian Coca2022-06-241-1/+0
* hide distro map since it is not configurable (#78068)Brian Coca2022-06-161-1/+1
* more context on multiple facts modules (#77896)Brian Coca2022-05-261-1/+5
* Add Python 3.11 support.Matt Clay2022-05-171-0/+1
* Deprecate FACT_PATH/GATHER_SUBSET/GATHER_TIMEOUT defaults (#77656)Martin Krizek2022-04-281-21/+18
* Yolo (#77554)Brian Coca2022-04-182-170/+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
* Exclude Python 2.6 from interpreter discovery.Matt Clay2022-04-131-1/+0
* Make "~/.ansible" path configurable (#76114)htol2022-04-111-26/+38
* Fix ini section for INVENTORY_UNPARSED_WARNING (#77478)Sloane Hertel2022-04-061-1/+1
* Hide "[WARNING]: No inventory was parsed" message (#65499)Jon "The Nice Guy" Spriggs2022-04-061-0/+12
* Remove deprecated default.plugin_filters_cfg config option (#77429)Martin Krizek2022-04-011-6/+0
* Remove deprecated NETWORK_GROUP_MODULES env var (#77428)Martin Krizek2022-04-011-5/+0
* Remove deprecated DISPLAY_SKIPPED_HOSTS env var (#77427)Martin Krizek2022-04-011-5/+0
* Remove deprecated LIBVIRT_LXC_NOSECLABEL env var (#77426)Martin Krizek2022-04-011-5/+0
* Remove COMMAND_WARNINGS and warn (#77411)Martin Krizek2022-03-301-15/+0
* Remove deprecated ALLOW_WORLD_READABLE_TMPFILES config option (#77410)Martin Krizek2022-03-301-12/+0
* clarify how to customize ansible cli output (#77357)Sandra McCann2022-03-281-10/+11
* ansible-galaxy - add configuration options for more flexible collection signa...Sloane Hertel2022-03-231-0/+41
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+3
* Type hint fixes.Matt Clay2022-03-041-2/+2
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-101-0/+21
* avoid polluting vars with incorrect settings (#76590)Brian Coca2022-02-071-0/+10
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-261-2/+2
* config, moved 'choices info to keys (#76569)Brian Coca2022-01-212-24/+38
* Use explicit keyword for plugin config (#75158)Brian Coca2022-01-211-0/+6
* Fallback to os family for interpreter discovery distro map. Fixes #75560 (#76...Matt Martz2022-01-211-5/+1
* Change "fatal" to "error" in config docs to match actual behaviour (#76760)Sebastian Wiesinger2022-01-181-1/+1
* Add Rocky to INTERPRETER_PYTHON_DISTRO_MAP (#76728)StopMotionCuber2022-01-111-0/+1
* fix typo (#76699)Brian Coca2022-01-111-1/+1
* enable module defaults for implicit gather_facts (#76053)Brian Coca2022-01-101-7/+25
* Make all pipelining agree on ini entries (#76573)Brian Coca2022-01-071-3/+3
* Fixed documentation: "do not needed -> do not need" (#76617)Or Bin2021-12-291-1/+1
* Heisen jinja2_native (#75587)Martin Krizek2021-10-271-23/+0