Hideki Saito
ef1937b771
Update README Support section to reference Red Hat Automation Hub ( #768 )
...
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-07-08 08:37:41 +09:00
Hideki Saito
bf4e5d917e
Remove meta-runtime[unsupported-version] line from the skip_list ( #767 )
...
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-07-08 08:14:25 +09:00
Hideki Saito
e114652e45
Replace remote test env RHEL9.7 and 10.1 with 9.8 and 10.2 ( #763 )
...
- Replace 9.7 with 9.8
- Replace 10.1 with 10.2
- Addresses https://github.com/ansible/ansible/pull/87120
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-07-01 10:39:34 +09:00
Hideki Saito
18f2f69c53
Fixes the symlink handling issue in the authorized_key module ( #760 )
...
- Addresses CVE-2026-11837
- Fixes #759
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-06-30 08:45:30 +09:00
Hideki Saito
674315f2da
Replace AZP remote test FreeBSD-14.2 with 14.3 for Ansible Core 2.19 ( #755 )
...
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-06-09 21:21:39 +09:00
Hideki Saito
f7945c4bc9
[CI] AZP bump test container version to 8.0.0 ( #751 )
...
- Bump test container version to 8.0.0 for Ansible Core 2.18+
- Keep using 7.0.0 for Ansible Core 2.16 and 2.17. Both versions don't support Python3.13.
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-06-01 03:34:12 -07:00
Vladimir Botka
3c232a2429
In FreeBSD, fail if loader.conf shall be reloaded. ( #664 )
...
Fix #663
2026-05-20 08:43:23 -07:00
Patrick Kingston
9cd0a1f0ef
docs: added attributes metadata for check_mode support ( fixes #643 ) ( #741 )
...
Co-authored-by: jkhall81 <jason.kei.hall@gmail.com >
2026-05-21 00:24:37 +09:00
Felix Fontein
3059c5138c
Fix changelog fragment. ( #720 )
...
The changelog fragment for #687 claims that a feature is removed, which isn't the case. It's a simple bugfix.
2026-05-17 23:40:16 +09:00
Abhijeet Kasurde
dbeb4a861d
firewalld_info: Use PY2 compatible syntax ( #719 )
...
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com >
2026-05-15 12:07:12 -07:00
Abhijeet Kasurde
7cbef04377
Removed ANSIBLE_METADATA from remaining plugins ( #717 )
...
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com >
2026-05-14 07:28:14 +09:00
Lee Garrett
ca22c6fe26
Fix _AnsibleActionDone deprecation in patch plugin ( #687 )
...
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com >
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu >
2026-05-13 04:20:49 -07:00
Abhijeet Kasurde
d88a3c833c
firewalld_info: Use module.warn ( #715 )
...
* Use module.warn to display warnings instead of module.exit_json
Fixes : #710
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com >
2026-05-11 17:47:10 -07:00
Silejonu
871b4daeeb
fix(acl): correctly assert needed changes when recursive is true
2026-05-07 09:55:28 -04:00
Pavel Bar
42d76de1cf
Add changelog fragment for deprecated imports fix
...
Co-authored-by: Cursor AI
Signed-off-by: Pavel Bar <pbar@redhat.com >
2026-05-06 19:06:51 +03:00
Hideki Saito
7d5aef07e2
Update AZP CI matrix and sanity test
...
* Update AZP CI matrix
* Add ignore file for Ansible Core 2.21
* Remove ignore lines for ansible-bad-import-from in 2.20 sanity tests
Signed-off-by: Hideki Saito <saito@fgrep.org >
2025-12-09 05:23:05 +00:00
Klaas Demter
413ab782a8
Fixes #462 notice permission denied on authorized_key module
2025-10-21 10:00:12 +02:00
softwarefactory-project-zuul[bot]
9343c6f56f
Merge pull request #682 from saito-hideki/pr/ci_update_20250929
...
Ignore pylint errors caused by compatibility checks for six
SUMMARY
Ignore pylint errors caused by compatibility checks for six:
pylint:ansible-bad-import-from
Ansible Core 2.16 supports Python2 environment, and six is required to maintain compatibility with Python 2.
We plan to continue supporting Ansible Core 2.16 at this time.
Additionally, removing the standalone ansible-lint test because it is already included in ansible-test sanity.
ISSUE TYPE
CI tests Request
COMPONENT NAME
ansible.posix
ADDITIONAL INFORMATION
None
Reviewed-by: Andrew Klychkov <aklychko@redhat.com >
Reviewed-by: Felix Fontein <felix@fontein.de >
Reviewed-by: Hideki Saito <saito@fgrep.org >
2025-10-02 05:55:28 +00:00
saito-hideki
9dc73a686a
Ignore pylint errors caused by compatibility checks for six
...
* This is a temporary measure until we stop covering Python2
* Skipped sanity[cannot-ignore] to keep backward compatibility with Python2
* Consolidate all ansible-lint option locations into .ansible-lint
* Fixed some typos
Signed-off-by: saito-hideki <saito@fgrep.org >
2025-10-02 14:02:56 +09:00
Felix Fontein
ab8dfefd90
Use module.warn() instead of returning warnings.
2025-08-06 06:49:32 +02:00
saito-hideki
2d350e6073
AZP update CI matrix
...
* Addresses #672
* Bump test container version 7.0.0
* Removes Ansible Core 2.15 tests. Python 3.11 is no longer supported in Container 7.0.0.
Signed-off-by: saito-hideki <saito@fgrep.org >
2025-08-05 14:30:30 +09:00
saito-hideki
9007e20b2f
README updated with the release of Ansible Core 2.19
...
* https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_19.html
Signed-off-by: saito-hideki <saito@fgrep.org >
2025-07-28 17:12:02 +09:00
saito-hideki
18e023dd77
Update AZP matrix to follow ansible-test changes
...
* https://github.com/ansible/ansible/pull/85558
* https://github.com/ansible/ansible/pull/85561
* https://github.com/ansible/ansible/pull/85562
Signed-off-by: saito-hideki <saito@fgrep.org >
2025-07-28 14:59:14 +09:00
Hideki SAITO
162e72182f
Fixed syntax error in azurepileline settings
...
Signed-off-by: Hideki SAITO <hsaito@macallan.home.fgrep.org >
2025-07-17 12:16:09 +09:00
saito-hideki
40c27e2bee
CI - bump ansible-core version
...
* bump devel to ansible-core 2.20
* add ansible-core 2.19 to stable list
Signed-off-by: saito-hideki <saito@fgrep.org >
2025-07-10 09:35:28 +09:00
Felix Fontein
f978998521
Add changelog fragment.
2025-06-28 16:34:47 +02:00
saito-hideki
f977bffff2
[AZP] Add RHEL10 environment to CI matrix
...
* Fixes #642
Signed-off-by: saito-hideki <saito@fgrep.org >
2025-06-09 18:43:43 +09:00
Pablo Méndez Hernández
2f224e6a6a
Add option to provide a different date/time format
...
The new `datetime_format` key will offer the possibility of
providing a different date/time format than the default one
(`'%A %d %B %Y %H:%M:%S %z'`).
- The `iso8601` value can be used as an `'%Y-%m-%dT%H:%M:%S.%f'`
alias (format of the ISO 8601 date/time standard).
The code has changed from using the `time` API to the `datetime`
one in order to support sub-second precision (needed by the ISO
8601 format, for example).
Signed-off-by: Pablo Mendez Hernandez <pablomh@redhat.com >
2025-04-17 15:57:00 +02:00
Hideki Saito
7b9b1f4957
Fixes issue related to updating the ansible-core devel branch
...
* Fixes incorrect load path for json module in cgroup_perf_recap
* Remove unnecessary condition from seboolean integration tests
* Optimize conditions for selinux integration tests
* Fixes #630
Signed-off-by: Hideki Saito <saito@fgrep.org >
2025-04-17 00:11:31 +00:00
Hideki Saito
2cec8cbed5
[CI] Remove ubuntu20.04 from CI tests
...
* Fixes #612
Signed-off-by: Hideki Saito <saito@fgrep.org >
2025-03-28 10:04:16 +09:00
Hideki Saito
83288b9020
Bump version to 3.0.0 for the next release
...
* Fixes #603
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-12-10 17:30:22 +09:00
Hideki Saito
f5eae12146
Release 2.0.0 commit
...
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-12-04 09:46:44 +09:00
softwarefactory-project-zuul[bot]
f632fad9d4
Merge pull request #598 from saito-hideki/issue/586
...
[Breaking Change] [firewalld] Change type of icmp_block_inversion option from str to bool
SUMMARY
Changed the type of icmp_block_inversion option from str to bool
Fixes #586
ISSUE TYPE
Bugfix Pull Request
COMPONENT NAME
ansible.posix.firewalld
ADDITIONAL INFORMATION
Related #582 and #584
Reviewed-by: Adam Miller <admiller@redhat.com >
Reviewed-by: Andrew Klychkov <aklychko@redhat.com >
2024-12-02 23:50:26 +00:00
Vladimir Botka
91129ed381
Fix changelog fragment module name.
2024-11-29 03:34:14 +01:00
Vladimir Botka
7b8d627552
Changelog fragment added.
2024-11-28 08:17:41 +01:00
Hideki Saito
6175a5028b
Change type of icmp_block_inversion option from str to bool
...
* Fixes #586
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-11-28 14:19:20 +09:00
Hideki Saito
ae95adcfdc
Replace FreeBSD 13.3 with 13.4 and add FreeBSD 14.1 for devel
...
It's for integration test environments for ansible-core devel.
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-11-14 14:23:53 +09:00
Hideki Saito
04283b5993
[CI] enable integration tests for devel branch
...
* Remote tests
* Docker tests
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-11-06 11:07:13 +09:00
Hideki Saito
b991f4f9af
Update README to cover RH guidelines
...
* Fixes #585
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-11-05 21:30:07 +09:00
Hideki Saito
8b611775d6
Changed the type of forward and masquerade options from str to bool
...
* Breaking Change
* Fixes #582
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-10-31 16:06:10 +09:00
Hideki Saito
2f095566c7
Modify conditions for selinux integratuion tests
...
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-10-15 17:15:51 +09:00
Hideki Saito
4d928119de
Bump version 2.0.0 for the next release
...
* main branch
Signed-off-by: Hideki Saito <saito@fgrep.org >
2024-10-11 16:20:58 +09:00
Hideki Saito
906bbb88b7
Revert "Revert "Merge pull request #568 from abakanovskii/feature/add_path_option_authorized_key""
...
This reverts commit 098b5bee70 .
2024-10-09 15:41:37 +09:00
Hideki Saito
57be05289c
Revert "Revert "Merge pull request #387 from ansiblejunky/fix-callback-output""
...
This reverts commit 3a085b0b10 .
2024-10-09 15:41:22 +09:00
Hideki Saito
098b5bee70
Revert "Merge pull request #568 from abakanovskii/feature/add_path_option_authorized_key"
...
This reverts commit 0821768bcb , reversing
changes made to 5321a9ecb5 .
2024-10-09 15:33:16 +09:00
Hideki Saito
3a085b0b10
Revert "Merge pull request #387 from ansiblejunky/fix-callback-output"
...
This reverts commit f4baa4c6d8 , reversing
changes made to 0821768bcb .
2024-10-09 15:32:45 +09:00
copyrights
2041e7f918
mount: remove boot exception if defaults in opts
2024-10-04 14:39:04 +09:00
John
afa724ba8a
Improve callback output to align header with roles, tasks and play RECAP
2024-10-02 15:08:03 +09:00
softwarefactory-project-zuul[bot]
0821768bcb
Merge pull request #568 from abakanovskii/feature/add_path_option_authorized_key
...
authorized_key: Allow local path to a key
SUMMARY
Add option to specify an absolute path to file with SSH key(s) for authorized_key
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
authorized_key
ADDITIONAL INFORMATION
Before this change you would need to get key using ansible.builtin.slurp or something like ansible.builtin.command: cat <file> with register
I tried to keep it as simple as possible
# Now this is possible
- name: Set authorized keys taken from path
ansible.posix.authorized_key:
user: charlie
state: present
key: /home/charlie/.ssh/id_rsa.pub
Reviewed-by: Hideki Saito <saito@fgrep.org >
Reviewed-by: alexander
2024-09-30 07:07:25 +00:00
Александр Бакановский
5f3f8514eb
Allow remote path for authorized_key
2024-09-30 09:40:03 +03:00