Hello everyone,
We’re happy to announce the release of the Ansible 15.0.0a1 package pre-release!
Ansible 15.0.0a1 depends on ansible-core 2.22.0b1 and includes a curated set of Ansible collections that provide a vast number of modules, plugins, and roles. This is a pre-release of Ansible 15.
How to get it
This pre-release is available on PyPI and can be installed with pip:
python3 -m pip install ansible==15.0.0a1 --user
The sources for this release can be found here:
Release tarball: https://files.pythonhosted.org/packages/eb/8b/a4cf2c68a6f52700325d20701751ee1b9bed173c8aa339415cb5bbfaa93d/ansible-15.0.0a1.tar.gz
SHA256: 70bb1794babb0ac56b434564ae91c7ac058873944e0de11d516d090653b59b23
SHA256: 02cc365365c81c7979a4bde0022007026694ef00ab8c9af9fb3c545ca7632a6d
Some important details
ansible-core is a separate package on which ansible depends. pip install ansible installs ansible-core, but it can also be installed independently of the ansible package.
Collections that have opted to join the Ansible 15 unified changelog will have an entry on this page: https://github.com/ansible-community/ansible-build-data/blob/15.0.0a1/15/CHANGELOG-v15.md
For collections which have not opted-in to the unified changelog, you may find more information on Collection Index — Ansible Community Documentation or on the collection source repository. For example, the community.crypto collection is available at Community.Crypto — Ansible Community Documentation and you can find a link to the source repository under the “Repository (Sources)” button.
The changelog for ansible-core 2.22 installed by this release of Ansible 15 can be found here: ansible/changelogs/CHANGELOG-v2.22.rst at v2.22.0b1 · ansible/ansible · GitHub
What’s the schedule for new Ansible releases after 15.0.0a1?
The next release roadmap can be found at Ansible Roadmap — Ansible Community Documentation
The Ansible community package release schedule follows the Ansible Core release schedule, including, for example, delays for holidays. This means Ansible releases happen every four weeks through most of the year, but release dates may be delayed when Ansible Core releases are.
Subscribe to the Bullhorn for all future release dates, announcements, and Ansible contributor community news. To subscribe, visit the Bullhorn category in the forum and click the bell button at the right side. Then select Watching. You can find all past Bullhorn issues on the Ansible Community Forum at:
Porting Help
A unified porting guide for collections that have opted in is available here: https://docs.ansible.com/projects/ansible/devel/porting_guides/porting_guide_15.html
Getting collection updates from Ansible 15 with older releases of ansible-core
Ansible 15 depends on ansible-core 2.22. Depending on your needs, you can get collection updates as they ship in the Ansible “batteries included” package while continuing to use older versions of ansible-core.
See the ansible-galaxy requirements file based on the collections from Ansible 15 for this use case: ansible-build-data/15/galaxy-requirements.yaml at 15.0.0a1 · ansible-community/ansible-build-data · GitHub
After you download the requirements file, you can install the collections by running the following command:
ansible-galaxy collection install -r galaxy-requirements.yaml
On behalf of the Ansible community, thank you and happy automating!
Cheers,
Ansible Release Management Working Group