summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.13] ansible-test - Avoid use of deprecated utcnow (#80750) (#80759)Matt Clay2023-05-101-1/+5
* password lookup, handle ident properly when saved (#80251) (#80312)Brian Coca2023-04-171-6/+9
* Support ignoring of certificates for ansible-galaxy during SCM cloning (#67616)James Milligan2022-03-241-1/+14
* Remove more Python 2.x compatibility code from controller. (#77320)Felix Fontein2022-03-221-2/+1
* Remove obsolete Python 2.x controller code.Matt Clay2022-03-081-12/+9
* Remove collections compat from controller code.Matt Clay2022-03-086-7/+10
* Add inline type hint ignores.Matt Clay2022-03-071-1/+1
* Code cleanup for type hinting issues.Matt Clay2022-03-071-2/+2
* Remove obsolete Python 2.x compat code.Matt Clay2022-03-072-11/+3
* Type hint fixes.Matt Clay2022-03-045-6/+6
* Simplify existing type hints.Matt Clay2022-03-031-30/+29
* Fixes for type hinting issues. (#77170)Matt Clay2022-03-012-3/+3
* Misc typo fixes in plugins directory (#76566)Abhijeet Kasurde2022-02-012-2/+2
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-261-1/+1
* check finder type before passing path (#76448)Sloane Hertel2021-12-091-15/+29
* catch the case that cowsay is broken (#76326)Brian Coca2021-12-071-1/+3
* Update collection loader for Python 3.10 (#76225)Sloane Hertel2021-12-014-55/+111
* No longer needed to fall back to sha (#76281)Martin Krizek2021-11-121-6/+1
* Revert "Revert AnsibleCollectionConfig Py3 only change (#76104)"Matt Clay2021-10-261-2/+1
* Revert AnsibleCollectionConfig Py3 only change (#76104)Martin Krizek2021-10-211-1/+2
* Start of moving away from six (#75863)Martin Krizek2021-10-215-32/+10
* ansible-core - Remove support for Python 2.6. (#75853)Matt Clay2021-10-011-1/+1
* use passlib default if `password_hash` option isn't set (#75043)Thomas Sjögren2021-09-211-3/+3
* ansible-test - split controller/target testing (#75605)Matt Clay2021-09-201-0/+268
* Fix an exception when passlib library is used with a wrapped algo (#75527)Pilou2021-08-261-2/+2
* ansible-test - Move code from _data to _util. (#75495)Matt Clay2021-08-124-4/+4
* Code cleanup to prepare for pylint update. (#75475)Matt Clay2021-08-111-1/+1
* plugin attributes: make validate-modules strict again, improve version_added ...Felix Fontein2021-08-091-0/+9
* add action_groups support to collections (#74039)Sloane Hertel2021-07-141-9/+0
* Add 'hash_behaviour' option to include_vars module (#72944)Junegunn Choi2021-06-221-2/+2
* Add seed parameter to password lookup (#69775)s-hamann2021-06-041-2/+5
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-241-23/+47
* Vendor `distutils.version` (#74644)Matt Martz2021-05-111-1/+1
* Add comments to keep collection loader in sync.Matt Clay2021-04-284-0/+32
* Abstract away libyaml details into yaml utils (#72607)Matt Martz2021-04-211-7/+3
* Fix pb subs collapse (#74301)Brian Coca2021-04-211-0/+6
* defend against bad or missing crypt (#74304)Brian Coca2021-04-201-6/+18
* [2.12] 'attributes' (#73707)Brian Coca2021-04-161-10/+13
* fix typo in _collection_finder.py (#74218)Ikko Ashimine2021-04-101-1/+1
* finish migrating ssh plugin to config system (#73708)Brian Coca2021-03-031-1/+2
* Reduce complexity of Templar._lookup slightly (#73277)Matt Martz2021-03-011-1/+0
* Fixed/improved regular expresssion for collection names (#73577)Alexei Znamensky2021-03-011-1/+1
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-111-2/+25
* Allow restricting config values to enumerated list (#73162)Brian Coca2021-01-141-16/+1
* saner path dir management (#72648)Brian Coca2020-12-141-14/+23
* Rename to ansible-core (#72594)Rick Elrod2020-11-131-1/+1
* show keyword documentation in ansible-doc (#72476)Brian Coca2020-11-091-0/+1
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-0/+33
* rethink wording (#70028)Brian Coca2020-10-302-3/+3
* run playbook from collections (#67435)Brian Coca2020-10-282-16/+63