Commit Graph

51521 Commits (380033afcff52d1d5e77446e98f339ceb9ef7be5)
 

Author SHA1 Message Date
Matt Clay 380033afcf Remove centos8 from CI.
CentOS 8 has been EOL for ~1 month now.
3 years ago
Dimitri Savineau 80c9a74c55
Update Ansible release version to v2.11.8rc1.post0. (#76833) 3 years ago
Dimitri Savineau f0bcb858a9
New release v2.11.8rc1 (#76830) 3 years ago
Brian Coca a280645022
service_facts, now more accurate on systemd (#75326) (#76018)
* service_facts, now more accurate on systemd

(cherry picked from commit 82bab063e7)
3 years ago
Brian Coca 6b4fcdf59f
bacwards compat doc frag (#75819) 3 years ago
Matt Martz b4c1688809
[stable-2.11] Compare FQCN also in lockstep logic. Fixes #76782 (#76787) (#76797)
(cherry picked from commit 29bdb8b)

Co-authored-by: Matt Martz <matt@sivel.net>
3 years ago
Sandra McCann ea1f2269cd
EOL Ansible 4 docs (#76669) 3 years ago
Brian Coca a58c2a39d3
include_vars initialize failed (#76754) (#76785)
* include_vars initialize failed

  if source dir is given, but not present and traversal is empty you
  can end up trying to access failed w/o it ever being defined.

  also future proof for more corner cases in decision tree

(cherry picked from commit 89c884e2a2)
3 years ago
Brian Coca 4eac144d7e
ssh connection avoid parsing own debug (#76732) (#76756)
* ssh connection avoid parsiing own debug (#76732)

  - Avoids false positives on become strings being echoed back
   by ssh cli itself
  - added test for debug lines
  - also simplified some of existing test code

(cherry picked from commit 0ff80a15ba)

* unicoode

* dont make em ascii
3 years ago
Brian Coca a72e3d14b3
ssh connection, handle 'fun' control paths (#76424) (#76694)
* handle 'fun' control paths by quoting the option when passed to ssh cli

Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit aa022dba2d)
3 years ago
Felix Fontein 4d222aefd9
[2.11] Use correct markup in documentation (#76575)
* Use correct markup in documentation (#76545)

(cherry picked from commit 9d1898b1ef)

* Fix markup.

(cherry picked from commit c24c479061)
3 years ago
Jordan Borean 39b6dec937
galaxy build - ignore existing MANIFEST and FILES (#76479) (#76499)
(cherry picked from commit 8482ee4e9a)
3 years ago
Tadej Borovšak 6da3cf51a3
Fix zip content filtering in unarchive module (#76069) (#76420)
When we introduced an include parameter to the unarchive module, we
inadvertenly flipped the exclusion logic. This flip meant that the
unarchive module started rejecting files that should be extracted.

This commit flips the bad logic and adds some tests that will make
sure things do not go bad again.

(cherry picked from commit f92830d16e)
3 years ago
Matt Clay 070ae15c52 Limit pynacl for paramiko tests. 3 years ago
Sloane Hertel f5d694eba4 Disable the _distutils_hack in newer setuptools (#76600)
* Disable the _distutils_hack in newer setuptools. Doesn't fix the underlying issue of the venv finding the _distutils_hack of a setuptools that is not its own.

ci_complete

* re-throw blanket

(cherry picked from commit fa617fcd7b)
3 years ago
Matt Clay 15ab9a086a [stable-2.11] Fix wait_for integration test.
Pin the `psutil` package to 5.8.0 since 5.9.0 is broken on macOS.
(cherry picked from commit a5f4a25d32)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Matt Clay 3c2d25014a Add sanity test ignores. 3 years ago
Matt Clay a6be3165e0 [stable-2.11] ansible-test - Fix traceback in validate-modules test.
(cherry picked from commit 41ee4a5b12)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
jamesmarshall24 21c65df1fb
Update Ansible release version to v2.11.7.post0. (#76481) 3 years ago
jamesmarshall24 0e828b45a7
New release v2.11.7 (#76476) 3 years ago
Sam Doran 8353792371 [stable-2.11] pin mongodb libraries in test
A recent release of PyMongo 4.0 caused tests to fail
3 years ago
Dimitri Savineau a6875a518b
Update Ansible release version to v2.11.7rc1.post0. (#76396) 3 years ago
Dimitri Savineau 9efa8c81d6
New release v2.11.7rc1 (#76391) 3 years ago
Sam Doran 272f2ba775
[stable-2.11] Use new codecov uploader (#75938) (#76268)
* Use new codecov uploader
* Rewrite coverage uploader in Python.
(cherry picked from commit 74dc830dd4)

Co-authored-by: Sam Doran <sdoran@redhat.com>
3 years ago
Vlad Mencl d945c66b36
set host_key_checking check to False, rather than if not (which captures False and None) (#75168) (#76206)
* set host_key_checking check to False, rather than if not (which captures False and None)
* add host_key_checking default to ssh.py / update documentation

(cherry picked from commit d527be8a52)

Co-authored-by: James Spurin <james@spurin.com>
3 years ago
Jordan Borean 02716851db
LinkUtil - ignore LIB env var (#76184) (#76203)
(cherry picked from commit db2aee558b)
3 years ago
Sloane Hertel 4079bc948b
Skip recursive suboption validation if sub_parameters is not a dict (#75635) (#76189)
* Skip recursive suboption validation if sub_parameters is not a dictionary

* Ensure sub parameter elements is a sequence to prevent iterating over string characters and causing duplicate error messages for the same param

(cherry picked from commit b5ed41edb3)
3 years ago
Matt Martz a17581efa6
2.11 `action_groups` normalization (#76171)
* Have tests use shortname in action_groups to uncover an issue

* Alias shortname from action_groups to FQCR of owning collection

* Add clog frag

* Don't overwrite
3 years ago
Matt Clay 2154722490 [stable-2.11] Fix pip integration test.
- Use `fallible==0.0.1a2` instead of `black==19.10b`
- Test on both Python 2 and 3.
(cherry picked from commit b6725ec6c9)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Sandra McCann a6893920a4
remove fest banner (#75901) (#76215)
* remove fest banner

* fix nit

(cherry picked from commit 8e77943a97)
3 years ago
Sandra McCann d408e42926
set 2.12 to latest (#76191) (#76250)
* set 2.12 to latest
* add 2.10 back

(cherry picked from commit b16d5ff7a7)
3 years ago
Yanis Guenane 2d02ed5d75
Update Japanese translation for stable-2.11 (#76016) 3 years ago
Rémi REY 26eae8d18a
[bp-2.11]: hostname: update example with 'use' (#75990)
* hostname: Change "strategy" to "use" (#74815)

Fixed typo: 'strategy' to 'use'

(cherry picked from commit 63701b1b6b)

* Add changelog fragment for backport of #74815

Co-authored-by: bdouxx <bdouxx-git@yahoo.fr>
3 years ago
Matt Clay 17ef15a534 [stable-2.11] Fix subversion test.
Switch to a different repo that isn't giving 503 errors since GitHub hasn't fixed the issue yet..
(cherry picked from commit 319b50f04c)

Co-authored-by: Matt Clay <matt@mystile.com>
3 years ago
Christian Adams eb7809e0e2
Update Ansible release version to v2.11.6.post0. (#76006) 3 years ago
Christian Adams 5394eae49a
New release v2.11.6 (#75999) 3 years ago
Jordan Borean 651e69064d ansible-test pslint - fix warning with nested objects (#75792)
* ansible-test pslint - fix warning with nested objects

(cherry picked from commit 7e19957afa)
3 years ago
Christian M. Adams 7fa59ed674
Update Ansible release version to v2.11.6rc1.post0. 3 years ago
Christian M. Adams d4e1017614
New release v2.11.6rc1 3 years ago
Sandra McCann a20323da3b
config: small typo fix (#74845) (#75864)
(cherry picked from commit 99a983c92c)

Co-authored-by: Boris Korzun <drtr0jan@yandex.ru>
3 years ago
Nathaniel Case a22fb928a5
netconf - handle import error when running in FIPS mode (#73992) (#75706)
* Handle netconf plugin ncclient import error when running in FIPS mode

*  While running in FIPS mode importing ncclient result in
   InternalError raised by cryptography
*  Refer https://github.com/ansible/ansible/pull/65477

(cherry picked from commit d8bf4206e4)

Co-authored-by: Ganesh Nalawade <ganesh634@gmail.com>
3 years ago
Sloane Hertel 4967b8650c
Fix unexpected exception when a role has an empty argument_specs.yml (#75604) (#75684)
* Fix role with empty argument_specs.yml

* Use try/except and add changelog fragment

* Always return a dict

* Add test for empty argument_specs key

(cherry picked from commit 3e7a622204)

Co-authored-by: devon-mar <devon-mar@users.noreply.github.com>
3 years ago
Jordan Borean 15f5886479
PowerShell - Ignore LIB env var when building C# code (#75698) (#75725)
* PowerShell - Ignore environment variables when building C# code

* Just unset LIB for now

* Fix sanity issue

(cherry picked from commit 097bc07b66)
3 years ago
Sloane Hertel d9d5d2d93e
Try all galaxy servers when locating available versions for a collection (#75468) (#75750)
* If an exception occurs when getting a collection's metadata, continue to the next in the server list.

* Warn for unknown exceptions when finding versions of a collection

* Test that an invalid server is no longer fatal if a subsequent server has the collection

* Fix server for verify tests - compare checksums against the server from which it was installed

* Add tests for verify and fix that code path to mirror install/download behavior for server errors

Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
(cherry picked from commit 469b559ebe)
3 years ago
Abhijeet Kasurde afbddce345
[bp-2.11] Update examples/scripts/uptime.py (#75796)
Fixes missing parameter 'verbosity'

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 39a49963b5)
3 years ago
Matt Martz f2b14b9aa3
[stable-2.11] Don't show params when there is an issue with `set_option(s)` (#75805) (#75808)
(cherry picked from commit 79e9dae)

Co-authored-by: Matt Martz <matt@sivel.net>
3 years ago
Christian M. Adams 4737c01acb
Update Ansible release version to v2.11.5.post0. 3 years ago
Christian M. Adams 2fdb9767e9
New release v2.11.5 3 years ago
Christian M. Adams 640063c02d
Update Ansible release version to v2.11.5rc1.post0. 3 years ago
Christian M. Adams 766fcdb493
New release v2.11.5rc1 3 years ago