summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-08Temporary fix for cryptography issues. (#73530)Matt Clay11-5/+55
2021-02-05[setup_rpm_repo test] Ensure rpm-build is present (#73516)Rick Elrod3-0/+3
2021-02-05Make non-lockstep callback tests more deterministic (#73511)Matt Martz5-16/+28
2021-02-05galaxy - add format options for collection list (#73474)Shane McDonald4-0/+105
2021-02-05Don't treat host_pinned as lockstep (#73484)Matt Martz7-2/+79
2021-02-05uri - add ca_path parameter (#71979)Florian Heiderich4-7/+55
2021-02-05Bump antsibull-changelog version for changelog sanity test.Felix Fontein2-1/+3
2021-02-05bugfix: use to_text(stdout) in psrp.Connection.put_file method (#73491)jakegatsby2-1/+3
2021-02-05no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487)Jordan Borean6-11/+119
2021-02-04Fix regression introduced in b77abd0491 causing bug in inventory modu… (#73...Michael Shnit2-1/+5
2021-02-04Update kubernetes collection routing (#73485)Jill R1-23/+23
2021-02-04Update working group links for cloud collections (#73471)Jill R1-3/+3
2021-02-04add self-signed https endpoint for ansible-test (#73463)Florian Heiderich5-2/+18
2021-02-04Fix ansible-galaxy collection subdir searching and update documentation (#73406)Sloane Hertel4-11/+74
2021-02-04Make yum_repository test more reliable (#73467)Sam Doran14-84/+138
2021-02-03add option to upgrade collections (#73336)Sloane Hertel12-65/+385
2021-02-03fix typo (#73434)Akira Yokochi1-3/+3
2021-02-02Add the porting guide for Ansible-3.x (#73455)Toshio Kuratomi2-0/+429
2021-02-02validate_modules: fails with .id attribute not found (#73322)Gonéri Le Bouder2-0/+5
2021-02-02hostname: fix references in docs (#73454)Felix Fontein1-1/+2
2021-02-02lineinfile - add search_string parameter for non-regexp searching (#70647)Jose Angel Munoz8-19/+579
2021-02-02Correct pkg_mgr for Fedora-derived OSTree distros (#73445)Rick Elrod3-2/+25
2021-02-02Allow `$` & `~` inside paths in galaxy roles (#72966)Alexander Sowitzki5-1/+68
2021-02-02Overhaul ansible-test SSH key management. (#73451)Matt Clay9-48/+137
2021-02-02user - Prevent user fact lookup failure if LOGNAME is set (#17029) (#73439)Alexander Sowitzki3-1/+46
2021-02-01[ansible-test] Bump CentOS 6 image (yum repos) (#73446)Rick Elrod2-1/+3
2021-02-01Fix warning for nonexistent inventory cache (#72840)Sloane Hertel7-6/+93
2021-02-01Update ansible-test distro containers to 1.29.0.Matt Clay2-11/+13
2021-02-01Make `ansible-galaxy collection verify` error out on no `MANIFEST.json`Sloane Hertel2-2/+40
2021-02-01Match user-requested transitive pre-releases in collection dependency resolve...Sviatoslav Sydorenko5-4/+97
2021-01-29Always use python exec wrapper in ansible-test.Matt Clay2-10/+12
2021-01-28Add Python 3.8 and Python 3.9 to the fallback list (#73405)Matt Martz2-0/+4
2021-01-28Update ansible-test default containers.Matt Clay2-2/+4
2021-01-28Use `sh` for ansible-test raw remote shell.Matt Clay2-1/+3
2021-01-28Avoid sphinx usage in changelog sanity test.Matt Clay3-1/+15
2021-01-28No longer warn about missing pip/python pair.Matt Clay2-10/+4
2021-01-28Add test support for Python 3.8 on RHEL and FreeBSD. (#73393)Matt Clay7-12/+61
2021-01-28Limit rstcheck sanity test to ansible-core. (#73391)Matt Clay7-101/+73
2021-01-28Fix syntax errors detected by rstcheck.Matt Clay1-3/+3
2021-01-28change detection and check mode fixes for apt_key (#73334)Brian Coca4-81/+201
2021-01-27Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko35-1887/+3227
2021-01-27iptables: Fixed get_chain_policy API (#69152)Abhijeet Kasurde2-2/+7
2021-01-27update faq link (#73353)Thomas Sjögren1-1/+1
2021-01-27allow env to override unspecified unsafe_writes (#73282)Brian Coca4-10/+35
2021-01-27use correct executable and options in all cases (#73323)Brian Coca3-18/+22
2021-01-27Update porting guide for 2.10.6David Moreau Simard1-0/+49
2021-01-26Rename ansible-test functions to match constants.Matt Clay2-7/+9
2021-01-26Clean up code in ansible-test. (#73379)Matt Clay21-51/+66
2021-01-26Mention that C(...) should be used for inline code. (#73312)Felix Fontein1-1/+1
2021-01-26Local vars should have highest precedence in AnsibleJ2Vars (#72830)Martin Krizek14-22/+93