tdltdc
d46b042a94
Reword note on default determination on other OSes ( #82147 )
12 months ago
Abhijeet Kasurde
40baf5eace
iptables - set jump to DSCP when set_dscp_mark or set_dscp_mark_class is set ( #82145 )
...
set_dscp_mark and set_dscp_mark_class is only valid when jump is set to
DSCP.
Fixes : #77077
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
12 months ago
A.YOGUN
567c78f9a1
Update playbook responses for specific prompts ( #82137 )
...
Example is added for multiple questions with responses
12 months ago
Martin Krizek
7538668731
Check strict before failing to respect skip_broken ( #80795 )
...
Fixes #80590
12 months ago
Matt Clay
916a20fccd
Ignore coverage of test code that does not run
1 year ago
Matt Clay
90203b841a
Use functools.update_wrapper instead of a copy
1 year ago
JustinWayland
dec9eeb2e5
Remove create_new_password parameter in CLI.build_vault_ids ( #82066 )
...
* Remove unused argument in call to build_vault_ids
* Remove obsolete build_vault_ids tests
* Change tests to account for argument removal
* Remove redundant test
1 year ago
Brian Coca
20a54eb236
restore role param precedence ( #82106 )
...
* add test for setfact/param override
1 year ago
Martin Krizek
5ac62473b0
dnf: properly set gpg options on repos ( #80777 )
...
Fixes #80110
1 year ago
zpGao
51d691bfa9
remove the obsolete TODO comments ( #73116 )
...
Co-authored-by: Zhipeng.Gao <zhipeng.gao@monash.edu>
1 year ago
Matt Clay
ac3ae94ae1
Ignore coverage on code intended never to execute ( #82128 )
...
* Ignore coverage on code intended never to execute
* Fail collection loader test if wrong code runs
* Update boilerplate test to accommodate nocover
1 year ago
Abhijeet Kasurde
8ecc1d485b
Fix the strategy plugin description in keywords ( #82113 )
...
Fixes: https://github.com/ansible/ansible-documentation/issues/762
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Matt Clay
1df791cd90
Ignore code which coverage can't analyze ( #82125 )
...
* Ignore code which coverage can't analyze
Our own tracing function can't be traced.
* Use `nocover` instead of `no cover` for consistency
1 year ago
Jordan Borean
f8a9fd4758
Remove duplicate winrm test ( #82124 )
1 year ago
Matt Clay
36d6860d80
ansible-test - Remove no-main-display sanity test
1 year ago
Matt Clay
6e15fb0ebf
ansible-test - Removed no-basestring sanity test
1 year ago
Matt Clay
c349b91af3
ansible-test - Removed no-dict-* sanity tests
1 year ago
Matt Clay
9765bb46f9
ansible-test - Remove no-unicode-literals test
1 year ago
Matt Clay
172a010dd7
Remove unused test support plugins
1 year ago
Matt Clay
5b1b0ce762
Remove Python 2 compat (via six) from unit tests
1 year ago
Matt Clay
18e8401edd
Remove Python 2.x compat from unit tests ( #82109 )
1 year ago
Matt Clay
bea459654a
pip - Add module in venv example
1 year ago
Matt Clay
89cda0bcae
pip - Add break_system_packages option ( #82097 )
1 year ago
Matt Davis
3ea5304a57
add pep668 note to pip module docs ( #82096 )
1 year ago
Baptistech
f8de6caeec
Reboot - delete useless parameter async, not supported ( #80017 )
...
Co-authored-by: baptch <b.jean.ch@gmail.com>
Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>
1 year ago
Brian Coca
2908a2c32a
corrected become same user config docs ( #82059 )
...
fixes #82057
1 year ago
Jordan Borean
b34f4a559f
Add support for TLS 1.3 Post Handshake Auth ( #82063 )
...
TLS 1.3 adds a different method it can use to request a client
certificate after the handshake but Python does not allow this by
default. This commit sets the attribute needed to enable this scenario
when using client certificates on Python 3.8+, 3.7.1+.
1 year ago
Jordan Borean
f5a0c0dfc8
Ignore testing data for gitleaks ( #82083 )
1 year ago
Arthur Lutz
9b78316687
docs(template): use unambiguous syntax for mode ( #82079 )
1 year ago
Aditya Putta
664fe45be9
Create a User with a Home Directory ( #82078 )
1 year ago
Jordan Borean
f5d7dc1a97
Legacy.psm1 - Add note telling people not to use function ( #82076 )
1 year ago
Thomas Sjögren
fb8ede22e1
don't warn about using a yescrypt hash as user password ( #82071 )
...
* dont warn about using a yescrypt hash as password
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
* add changelog
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
* add yescrypt test
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
---------
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
1 year ago
Abhijeet Kasurde
e8ef6b7d7c
Consolidate systemd detection logic ( #81809 )
...
* Add logic to consider the canary location for systemd files
Fixes : #80975
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Brian Coca
bf29458726
Address nuance in key checking docs ( #82058 )
...
* Address nuance in key checking docs
and add note to ssh plugin to let users know 'final authoritative source'.
* Update lib/ansible/plugins/connection/ssh.py
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Michael Pardatscher
b4920c83ad
Fix locale related parsing error in git.py
...
* Fix locale related parsing error in git.py
This fixes the issue found at https://github.com/ansible/ansible/issues/77213 which got introduced by changing over to "best parseable locale" approach, but missing out the requirement of locales other than `L` having to have `LANGUAGE` specified as well. For further details, check this post within the issue discussion: https://github.com/ansible/ansible/issues/77213#issuecomment-1446919617
* Add changelog
Create 81931-locale-related-parsing-error-git.yml
1 year ago
Martin Krizek
fe94a99aa2
any_errors_fatal fixes ( #78680 )
...
Fixes #31543
Fixes #36308
Fixes #73246
Fixes #80981
Fixes #81533
ci_complete
1 year ago
Matt Clay
c827dc0dab
Remove obsolete requirements from prepare_http_tests
1 year ago
Abhijeet Kasurde
0bfc5bcf82
Fix contains example ( #82067 )
...
* Added missing round bracket
Fixes: https://github.com/ansible/ansible-documentation/issues/555
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
1 year ago
Brian Coca
99e0d25857
ansible-pull now handles all secret files CLI options ( #82009 )
...
* ansible-pull added missing pasthrough for secrets
Both become and connection password file options were missing.
Also added test
1 year ago
Brian Coca
9ee603d1c5
Clarify some points in config lookup documentation ( #81951 )
...
Also update tests to support the format on modules/plugins
Co-authored-by: Brian Scholer <1260690+briantist@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
1 year ago
Adam Ross
b815b15362
Fix additional spelling errors in builtin modules ( #82012 )
1 year ago
Matt Clay
0b7387d46c
Improve filter_encryption test
...
- Update `data2_vaulted_string_with_id` to match the documented plaintext.
- Add a comment explaining how `data2_vaulted_string_with_id` was derived.
- Add assertions for unvaulted values to ensure they match their plaintext.
- Add round-trip tests for vault+unvault when no salt is used.
1 year ago
Matt Clay
2d2211e4e1
Simplify filter_encryption test ( #82062 )
1 year ago
Matt Davis
40263992df
remove args passthru on role runme tests that use grep ( #82060 )
...
* varying verbosity was masking some first-pass test failures
1 year ago
Brian Coca
b4566c18b3
Fix Jinja plugin deduplication ( #82002 )
...
for j2 plugins dedupe on path and not basename
for j2 this is a container file , for other plugins file name == plugin name
1 year ago
Matt Clay
e933d9d8a6
ansible-test - Fix parsing of cgroup entries
1 year ago
Matt Clay
09d943445c
Fix subversion integration test ( #82029 )
...
- Remove dependency on the htpasswd module (and thus passlib)
- Fix setup/teardown of the httpd process
- Fix cleanup of temporary directories
1 year ago
Steve Maher
598a9307d7
var names not matching in example. ( #82001 )
...
Update to var name as example is not correct.
1 year ago
DomenickD3
2e4f5d5ca0
Replace launchpad.net/api with api.launchpad.net @ apt_repository module
...
This patch is a refactoring change. It replaces one Launchpad endpoint URL with another on a subdomain. There is no functional effect to this whatsoever.
PR #81978
Refs:
* https://github.com/ansible/ansible/pull/81978#issuecomment-1767062178
* https://bugs.launchpad.net/launchpad/+bug/2039251/comments/12
1 year ago
Matt Clay
37cee8bdfc
ansible-test - Remove special cryptography install ( #82008 )
...
Python 3.10 is the minimum version on the controller, and it requires openssl 1.1.1 or later.
As a result, there's no need to check the openssl version any longer.
1 year ago