This week in Ansible Community
Issue #225, 2026-04-24 (Past Issues)
Welcome to The Bullhorn, our newsletter for the Ansible Community. If you have any questions or content you’d like to share, you’re welcome to chat with us in the Ansible Social room on Matrix, and mention newsbot to have your news item tagged for review for the next weekly issue!
Red Hat Summit 2026
Join us for Red Hat Summit in Atlanta, GA | May 11-14, 2026.
General news updates 
Ansible and the EU Cyber Resilience Act
anwesha shared
Ansible and the EU CRA: Stronger Together
The EU’s Cyber Resilience Act (CRA) is setting new standards for software security, and the Ansible project is embracing it as an opportunity to strengthen the open-source ecosystem. By prioritizing “security by default,” the CRA aligns with our goal of providing a robust, reliable automation platform.
Red Hat has been the biggest supporter and sponsor of the Ansible project. Red Hat extends its help throughout the journey of the Open Source Software Stewardship for Ansible. By taking on the administrative and legal responsibilities of CRA compliance—such as vulnerability reporting and documentation—Red Hat ensures that community contributors can stay focused on innovation without the burden of regulatory overhead.
This partnership guarantees that Ansible remains a trusted, “security-first” automation platform while preserving the open, collaborative spirit we all value.
Major new releases 
Ansible-Core 
The ansible-core package contains the base engine and a small subset of modules and plugins. To see what’s planned for the next release, look at the ansible-core roadmaps.
ansible-core 2.18.16 release
ansible-announce shared
New Release: ansible-core v2.18.16 - New Release: ansible-core v2.18.16
ansible-core 2.20.5 release
ansible-announce shared
New Release: ansible-core v2.20.5 - New Release: ansible-core v2.20.5
ansible-core 2.19.9 release
ansible-announce shared
New Release: ansible-core v2.19.9 - New Release: ansible-core v2.19.9
ansible-core 2.21.0b3 release
ansible-announce said
New Release: ansible-core v2.21.0b3 - New Release: ansible-core v2.21.0b3
Ansible Community Package 
The Ansible package includes ansible-core and is a batteries-included package that provides a curated set of Ansible collections. See the Ansible roadmaps for future release plans.
Ansible 13.6.0 release
gotmax23 contributed
Ansible 13.6.0 package is here!
Release announcement: Ansible community package 13.6.0
You can install it by running the following command:
python3 -m pip install ansible==13.6.0 --user
Check Release Notes
and Ansible 13 Porting Guide for more details!
Ansible 14.0.0a3 pre-release
Felix Fontein said
Ansible 14.0.0a3 package (pre-release) is here!
Release announcement: Ansible community package 14.0.0a3 (Pre-Release)
You can install it by running the following command:
python3 -m pip install ansible==14.0.0a3 --user
Check Release Notes
(ansible-build-data/14/CHANGELOG-v14.md at 14.0.0a3 · ansible-community/ansible-build-data · GitHub) and Ansible 14 Porting Guide (Ansible 14 Porting Guide — Ansible Community Documentation) for more details!
Project updates 
ansible-jailexec connection plugin releases
larvitz said
I shipped two releases of ansible-jailexec, a connection plugin that runs tasks inside FreeBSD jails via jexec on the jail host, so you don’t need (and usually don’t want) direct SSH into the jails themselves.
1.1.0 is a ground-up refactor. The plugin now subclasses ansible.plugins.connection.ssh.Connection and merges the live ssh plugin’s options into its own at import time. That means every SSH option like ansible_ssh_port, ansible_ssh_private_key_file, ansible_ssh_common_args, ControlPersist, jump hosts, password_mechanism, and anything newer ansible-core adds, works without the plugin needing to know about it. Roughly a quarter of the old code, stricter input validation (jail names + traversal checks), single-round-trip put_file, lazy jail-root probe, full unit test suite with 100% coverage, Bandit in CI. Tested against ansible-core 2.14 through 2.20.
1.2.0 adds ansible_jail_root, an inventory-level override for the jail’s on-host filesystem path. The default probe (jls -j <name> path) is fine for vanilla jails, but returns something unhelpful for nested or VNET setups. The override sidesteps that.
- Source / issues: https://github.com/chofstede/ansible\_jailexec
- License: BSD-2-Clause
Happy to hear bug reports, edge cases, or interest in bundling this into a collection.
Community Execution Environment release
anwesha contributed
We’re happy to announce the release of:
Ansible Community Execution Environment Base 2.20.5-1 (Latest)
Ansible Community Execution Environment Minimal 2.20.5-1 (Latest)
Read the full release announcement here.Join the new Ansible Community Forum to follow along and participate in all the discussions and release related discussions and announcements. On behalf of the Ansible community, thank you and happy automating!
Collection updates 
community.crypto 3.2.0 release
Felix Fontein contributed
community.crypto 3.2.0 (community.crypto/CHANGELOG.md at main · ansible-collections/community.crypto · GitHub) has been released with new (experimental) features (
dns-account-01anddns-persist-01support) and bugfixes for the ACME modules, as well as new filter plugins to help with creatingdns-persist-01DNS records.
community.proxysql 1.8.0 release
andersson007_ contributed
The community.proxysql collection version 1.8.0 has been released!
kubernetes.core 6.4.0 release
Bianca Henderson contributed
The kubernetes.core collection version 6.4.0 has been released!
This release adds Helm v4 compatibility across the Helm modules and improves
k8s_drainwith check mode. When you explicitly allow evicting unmanaged pods, pods with local storage, or pods managed by aDaemonSet, those cases are reported as informational output instead of module warnings.Please see the changelog for more info.
community.routeros 3.20.0 release
Felix Fontein contributed
community.routeros 3.20.0 (community.routeros/CHANGELOG.md at main · ansible-collections/community.routeros · GitHub) is out with new features for the API modules.
community.sops 2.3.0 release
Felix Fontein shared
community.sops 2.3.0 (Release 2.3.0 · ansible-collections/community.sops · GitHub) is out with ansible-core 2.21 support for
community.sops.load_vars, improvedsops_binaryhandling for the lookup and vars plugin, proper argument spec validation for thecommunity.sops.decryptfilter plugin, and option support for new features added in the last SOPS versions.
community.general 12.6.0 and 11.4.7 releases
Felix Fontein said
Today there were two new releases:
- community.general 12.6.0 (community.general/CHANGELOG.md at stable-12 · ansible-collections/community.general · GitHub) is a regular feature and bugfix release with one new module.
- community.general 11.4.7 (community.general/CHANGELOG.md at stable-11 · ansible-collections/community.general · GitHub) is a regular bugfix release.
Note that 12.6.0 is the last feature release for the 12.x.y release train. The next feature release will be 13.0.0 in approximately four weeks. Also note that the 10.x.y release train will become End of Life at that point.
community.openwrt 1.3.0 release
russoz (Alex Z) said
The community.openwrt version 1.3.0 has been released!
This version comes with bugfixes, few improvements, and one breaking change in the
community.openwrt.setupmodule. See the CHANGELOG for details.
infra.support_assist 1.0.1 release
Lenny Shirley said
infra.support_assist 1.0.1 has been released.
This Ansible Collection will gather various reports/outputs that are commonly asked for in Red Hat Support Cases, and can optionally
create the case, and then upload the diagnostics directly to the Support Case Portal.
Visit GitHub - redhat-cop/infra.support_assist: This Ansible Collection will gather various reports/outputs that are commonly asked for in Red Hat Support Cases, and can optionally upload them directly to the Support Case Portal. · GitHub For more information and updates.
Certified Collections weekly update
dbrennand shared
Certified collections updated this week:
Community updates 
Documenting breaking changes in collections
mariolenz shared
There is now a discussion on documenting breaking changes in collections.
Ansible Community AI Policy Proposal
andersson007_ contributed
We’d love to hear your feedback on the Ansible Community AI Policy Proposal. We have a draft PR ready for review—please head over to the forum to share your thoughts and help us shape these new standards together!
Maintainers 
Maintainers help to run the community!
New community.proxysql maintainer
andersson007_ shared
In the community.proxysql collection, we’re excited to announce that Janos Ruszo (GitHub: @jruszo), a contributor who greatly expanded the project by adding PostgreSQL support, has joined the maintainers team!
Welcome aboard, Janos — and thank you for your commitment to helping shape and sustain the project!
Community events and meetups
Upcoming meetups and working groups
dbrennand shared
- 2026-05-05, Announcing Our Official Code Freeze Schedule & Process
- 2026-05-07, AAP Config as Code Office Hours - First Thursday of Every Month
- 2026-05-28, AWS Community Meeting
Other events and releases
Use the Ansible Forum to see other events and releases.
Join the Ansible community
Looking for ways to get involved? See how can I help for some ideas!
You can find easy issues in collections and other projects for code or documentation contributions.
That’s all for now!
Have any questions you’d like to ask, or issues you’d like to see covered? Please ask in #social:ansible.com! See you next time!
