Sloane Hertel
e89176caac
Pin PyYAML version compatible with Python 3.8+ ( #77936 )
...
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Ompragash Viswanathan
f9d4c26143
docs: Update porting guide for ansible 5.9.0 ( #77982 )
3 years ago
Matt Martz
5e369604e1
Forked display via queue ( #77056 )
...
* Forked Display via queue
* Docs and simple code cleanup
* Only proxy Display.display
* Remove unused import
* comment
* Update deadlock comment, remove py3 check
* Don't flush display, and don't lock from forks
* clog frag
* ci_complete ci_coverage
* Add units for queue proxying
* Cleanup flush
* ci_complete
* Only lock the write, switch to RLock
* Remove unused import
3 years ago
Martin Krizek
0fae2383da
Add macOS fork issue to FAQ ( #77965 )
...
* Add macOS fork issue to FAQ
* Remove colon from error msg
3 years ago
Sloane Hertel
143e7fb45e
ansible-galaxy - support resolvelib versions >= 0.5.3, < 0.9.0 ( #77649 )
...
* ansible-galaxy - support resolvelib versions >= 0.5.3, <= 0.8.1
Test incompatibilities are removed for resolvelib >= 0.6.0
Test against the latest 0.8.x version and fix requirements
* Fix tests - use a venv for testing the range of resolvelib versions
* Update temporary hardcoded fallback for ansible-test
* Update hardcoded upperbound for sanity tests
* Make error check more flexible
3 years ago
Matt Clay
df765c0ecf
ansible-test - Update Alpine, openSUSE containers
3 years ago
Matt Clay
fe2d8b7066
Skip libuser tests on openSUSE 15.4+
...
The libuser package is not available.
3 years ago
Matt Clay
e31e918e04
Don't install lgroupadd for SUSE tests.
...
It's not used by the tests and is not available as of openSUSE 15.4.
3 years ago
Brian Coca
89c6547892
preserve add_host/group_by on refresh ( #77944 )
...
* preserve add_host/group_by on meta: refresh_inventory
Co-authored-by: Jordan Borean <jborean93@gmail.com>
3 years ago
Matt Clay
52c8613a04
ansible-test - Skip mypy runs under Python 3.11.
3 years ago
Matt Clay
11b6032e73
ansible-test - Ignore vendored code in mypy test.
3 years ago
Sloane Hertel
6c6a7851ed
Add inventory cache integration tests ( #77895 )
...
* Add intentional coverage for incidental_inventory_foreman coverage cache tests
ci_complete
ci_coverage
3 years ago
Matt Clay
5391150b30
Integration tests for invalid group name.
3 years ago
Mario Lenz
0ff1ba3e12
Move AWS guidelines to collection ( #77959 )
3 years ago
Sloane Hertel
1706d35fc4
ansible-galaxy-collection - use --pinentry-mode loopback for gpg key revocation ( #77967 )
3 years ago
Martin Krizek
39b3581316
Deprecate non lists lookups ( #77875 )
3 years ago
Brian Coca
a01815f3ce
added note to omit -t all ( #77956 )
3 years ago
Sloane Hertel
c908d782fb
get_url - permit to have a checksum only file ( #77948 )
...
checksum can also accept a checksum only file (no filename beside the checksum).
fixes #54390
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
3 years ago
Andrew Klychkov
e589eba506
Docs: change community collection inclusion process ( #77905 )
3 years ago
Dan Kolepp
16e0d4a121
fix: update button text to "Load token" ( #77925 )
3 years ago
Don Naro
15750aec52
ssh retry docs addition ( #77930 )
3 years ago
Sloane Hertel
f270b4e224
Fix items2dict errors for incorrect list item type and missing keys ( #77946 )
...
* Fix items2dict errors for incorrect list item type and missing keys
* keep dict comprehension
3 years ago
Don Naro
89e4fb71e6
Issue #77681 revamp getting started guide ( #77897 )
3 years ago
Martin Krizek
058a69e6b0
Properly send a skipped message for empty templated loop ( #77945 )
...
Fixes #77934
3 years ago
Matt Clay
81351022d8
ansible-test - Prefer unittest.mock for core.
3 years ago
Matt Clay
f933314101
ansible-test - Fix shell target options handling.
3 years ago
Matt Clay
86779cc903
ansible-test - Code cleanup.
...
This helps prepare for a future pylint upgrade.
3 years ago
Mario Lenz
b69eb28ed2
Migrate community.vmware Dev Guide to collection ( #77723 )
3 years ago
Kristian Heljas
9767cda507
Make `ignore_unreachable` to count `ignored` counter
...
Fixes #77690
3 years ago
Sloane Hertel
e6075109d0
Remove incidental_inventory_aws_ec2 and supporting plugins ( #77877 )
...
* Remove aws/2.7 and aws/3.6 from incidental test matrix entries
* Remove aws.sh symlink
3 years ago
Matt Clay
bd849b3076
Fix ansible-runner integration tests.
3 years ago
Sandra McCann
f3c684564c
Remove platform dev guides from core docs ( #77915 )
3 years ago
Julien Lecomte
33beeace10
Fix lusermod using a group name and not id ( #61965 ) ( #77914 )
...
* Fix lusermod using a group name and not id (#61965 )
3 years ago
David Moreau Simard
9f7956ba30
docs: add missing notes in porting guide for 6.0.0b1 ( #77926 )
...
There was an issue with the changelog in community.network 4.0.0, it's
been fixed in 4.0.1 and now properly included.
3 years ago
David Moreau Simard
7c89562580
docs: update porting guide for ansible 6.0.0b1 ( #77913 )
3 years ago
Matt Clay
e259317c3e
Remove incidental_inventory_docker_swarm tests. ( #77924 )
...
ci_complete
ci_coverage
3 years ago
Sloane Hertel
1214b63f4f
Fix 'ansible-config dump --only-changed -t all' verbosity ( #77898 )
...
* Fix 'ansible-config dump --only-changed -t all' to only display headers if plugin options are changed
* changelog
* add a test
3 years ago
Matt Clay
43d650f924
Add RHEL 9.0 to CI. ( #77853 )
...
* Add RHEL 9.0 to CI.
* Restrict network manager inspection to RHEL8
* Skip module tests when astream_name is undefined, undefine it for RHEL9 until 9.1
* Remove redundant test.
Co-authored-by: Matt Martz <matt@sivel.net>
3 years ago
Brian Coca
dbbeea0686
more context on multiple facts modules ( #77896 )
3 years ago
TheBigBear
45d930e9c1
Point to Kerberos as a safer winrm setup method ( #77794 )
3 years ago
Sergei Petrosian
74469bf54a
[docs]Mention that global variables are not mapped to hostvars ( #77783 )
3 years ago
Sandra McCann
a99623bce1
add anchors for crossreferencing ( #77800 )
3 years ago
Wouter Schoot
711b51fad6
Remove double spaces in errormessage ( #77839 )
3 years ago
rawtaz
9010f0fbe3
doc: Clarify stride/increment in inventory intro ( #77893 )
3 years ago
Matt Martz
a2eb472fb6
Remove statement about dependencies and includes. Fixes #75055 ( #77912 )
3 years ago
Matt Clay
289cba333b
ansible-test - More multi-arch containers.
3 years ago
OscarBell
74eb8b779d
Blockinfile multiline search ( #75090 )
3 years ago
Matt Davis
813afcbbb4
swallow all exceptions in type annotation support shim imports ( #77860 )
...
* swallow all exceptions in type annotation support shim imports
* add changelog
3 years ago
Matt Martz
e7e1d592a6
Incidental coverage 1 ( #77846 )
...
* Add find test to assert patterns with regex
* Add test to assert that nested includes with relative path work
* Add test to assert symmetric_difference supports unhashable types
* ci_complete ci_coverage
* Add test to assert JSON values are converted to Python
* Add test to assert how unexpected module failures behave
* Add test to verify remote_is_local
* ci_complete ci_coverage
* Get real path of local tmp
* ci_complete ci_coverage
* Expanded symmetric_difference tests
* ci_complete ci_coverage
* I don't even know
* ci_complete ci_coverage
* Revert mathstuff changes
* ci_complete ci_coverage
3 years ago
Brian Coca
f7d7604454
Add uri, urn and url test plugins ( #77423 )
...
and docs!
Co-authored-by: Tabah Baridule <dulemartins07@gmail.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
3 years ago