summaryrefslogtreecommitdiff
path: root/lib/ansible/module_utils
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.14] ansible-galaxy collection install retry improvements (#80180) (...Matt Martz2023-04-171-1/+14
* Ansible.Basic - Improve temporary file cleanup process (#80293) (#80324)Jordan Borean2023-04-121-6/+263
* Improve Ansible.Basic.cs tempdir uniqueness (#80328) (#80331)Jordan Borean2023-04-121-1/+2
* [stable-2.14] Ansible.Basic.cs - Fix compile error on PS 7.3.x (#79848) (#79850)Matt Clay2023-02-021-0/+4
* Argument spec alias handling: actually report deprecated aliases in suboption...Felix Fontein2023-01-192-14/+30
* [2.14] fix role argument spec error for invalid suboptions & fix reporting of...Felix Fontein2023-01-193-12/+74
* Backportapalooza 10 20 (#79180)Sandra McCann2022-10-251-1/+1
* [stable-2.14] Don't assume column index for netmask and broadcast (#79121) (#...Matt Martz2022-10-131-8/+19
* [stable-2.14] Add `use_rsa_sha2_algorithms` option for paramiko (#78789) (#78...Matt Martz2022-09-211-1/+4
* Fix local facts unreadable (#76095)Ruediger Pluem2022-09-191-2/+9
* Add OSMC to Debian OS_FAMILY_MAP (#78778)Markus Opolka2022-09-161-1/+1
* Recover unix load average into an ansible_loadavg fact (#75319)David Moreau Simard2022-09-132-0/+33
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-121-7/+11
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-081-179/+196
* Fix distro fact handling for Flatcar (#77635)Johanan Liebermann2022-09-071-8/+10
* fetch_file - properly split files with multi-part file extensions (#75257)Sam Doran2022-09-061-2/+43
* Guard urllib3 imports against all exceptions. Fixes #78648 (#78667)Matt Martz2022-08-301-4/+4
* ansible-test - Update sanity test requirements. (#78528)Matt Clay2022-08-112-4/+4
* module_utils - Fix changing value while iterating. (#78501)Matt Clay2022-08-111-1/+1
* Correctly get the filename from a url in fetch_file. Fixes #29680 (#78383)Matt Martz2022-08-021-1/+2
* Make distro.id() report newer versions of OpenSuSE (at least >=15) also repor...Ruediger Pluem2022-07-281-0/+1
* Add default value for lvm_facts when lvm or lvm2 is not installed or … (#75...Mahesh2022-07-131-1/+1
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-131-10/+95
* Fix AIX processor facts and add unit test (#78223)zorun2022-07-131-7/+21
* Decode vaulted args before sending over ansible-connection. (#78236)Kate Case2022-07-121-1/+1
* Added Kylin Linux Advanced Server Support (#78232)Kay Yan2022-07-121-1/+1
* Clarify that sbin directories are always looked at in get_bin_path (#78171)Jan Christian Grünhage2022-06-301-0/+2
* Use ctypes to access shadow, instead of spwd which is deprecated (#78050)Matt Martz2022-06-161-0/+7
* facts: Add uptime fact for NetBSD (#75431)zorun2022-06-091-0/+22
* swallow all exceptions in type annotation support shim imports (#77860)Matt Davis2022-05-251-2/+5
* Supply 'dev' keyword for linux network facts discovery (#77793)Robert Muir2022-05-231-3/+3
* distribution: add distribution_minor_version for Debian Distro (#74721)Abhijeet Kasurde2022-05-111-1/+7
* ansible-config added json/yaml output to list/dump (#77447)Brian Coca2022-04-281-0/+4
* arg_spec - Return aliases in validation result and update aliases (#77576)Sam Doran2022-04-212-3/+4
* honor use_proxy parameter (#77312)h4rr212022-04-061-2/+5
* Remove deprecated Load-CommandUtils and Import-PrivilegeUtil (#77457)Martin Krizek2022-04-052-40/+2
* Catch ImportError when pyyaml doesn't have libyaml extension (#77434)Matt Martz2022-04-011-1/+1
* Switch to gender neutral terms (#77430)Inclusive Coding Bot2022-04-011-1/+1
* Add family fallback for RHEL to register as RedHat (#77371)Matt Martz2022-03-281-1/+1
* log results for get_best_parsable_locale (#77319)Brian Coca2022-03-241-2/+6
* SID - Use literal UPN value when attempting a user to SID lookup (#77334)Jordan Borean2022-03-251-5/+0
* linux networking facts: Provide IPv4 prefix (#77193)Till Maas2022-03-241-1/+6
* ansible_distribution: Add support for Uos/Deepin (#77275)ChanthMiao2022-03-181-1/+19
* Fix yaml loader and compat.Matt Clay2022-03-081-15/+19
* Type hint fixes.Matt Clay2022-03-041-1/+1
* More type hint fixes for module_utils. (#77198)Matt Clay2022-03-0330-33/+88
* Add typing to module_utils.compat. (#77197)Matt Clay2022-03-033-12/+17
* Additional type hinting cleanup. (#77188)Matt Clay2022-03-025-19/+20
* module_utils - Fix type hinting issues.Matt Clay2022-03-029-20/+37
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-013-5/+5