AnsiblePilot — Master Ansible Automation
AnsiblePilot is the leading resource for learning Ansible automation, DevOps, and infrastructure as code. Browse over 1,100 tutorials covering Ansible modules, playbooks, roles, collections, and real-world examples. Whether you are a beginner or an experienced engineer, our step-by-step guides help you automate Linux, Windows, cloud, containers, and network infrastructure.
Popular Topics
About Luca Berton
Luca Berton is an Ansible automation expert, author of "Ansible for VMware by Examples" and "Ansible for Kubernetes by Example" published by Apress, and creator of the Ansible Pilot YouTube channel. He shares practical automation knowledge through tutorials, books, and video courses to help IT professionals and DevOps engineers master infrastructure automation.
Ansible Core 2.15.0 Beta 3 Released: Key Updates — Video Tutorial
Discover the latest Ansible Core 2.15.0 beta 3 release, featuring new modules and performance improvements. No Ansible Community release this time.
What You'll Learn
- Links
- Ansible Core vs Ansible Community
- The Ansible Core releases 2.15.0 beta 3 - released 17th April 2023
- PIP installation
- code
- execution
- Conclusion
- Related Articles
Full Tutorial Content
Welcome to a new episode of the Ansible Pilot from Luca Berton. The big news of the last week of April '23 is the release of the beta version of Ansible Core 2.15.0 beta 3. This time there wasn't any Ansible Community release. Let me quickly remind you that the Ansible Core contains the Ansible framework and the `ansible.builtin` collection. Nothing else. At the same time, the Ansible Community includes a lot (76+) of other collections. For example, interactive with cloud providers (Amazon, Google, Azure) and also the community-generated collection and Red Hat vendor partners.
Links
- New releases: ansible-core 2.15.0https://groups.google.com/g/ansible-devel/c/gmesMFht1Wo
- ansible-core 2.15 "Ten Years Gone" Release Notes https://github.com/ansible/ansible/blob/v2.15.0b2/changelogs/CHANGELOG-v2.15.rst
- ansible-core 2.15.0b3 https://pypi.org/project/ansible-core/2.15.0b3/
- Ansible 2.15 roadmap https://docs.ansible.com/ansible/devel/roadmap/ROADMAP_2_15.html
Ansible Core vs Ansible Community
- What's the difference?
The size and amount of resources the Ansible Core is the smallest package. At the same time, the Ansible Community package is more extensive and has many more resources in the footprint. Why did the engineering team release two packages? Well, because sometimes you have a different use case. You want a smaller package for a specific workload. And you would like the Ansible community for her. When developing or needing a complete overview of the answerable project, you can also increase velocity because each piece of the Ansible Core and the collections can be released asynchronously. So, at a different time than Ansible.
The Ansible Core releases 2.15.0 beta 3 - released 17th April 2023
The Ansible Core release 2.15.0 beta three was released on April 17th, 2023. Thank you, Matt Martz, for announcing the release of Ansible Core 2.15.0 beta 3 (New releases: New release beta: ansible-core 2.15.0b3 https://groups.google.com/g/ansible-devel/c/gmesMFht1Wo) in the Ansible mailing list. This is a new major release of the Ansible codename "Ten Years Gone." Reading the Ansible Release Notes (ansible-core 2.15 "Ten Years Gone" Release Notes https://github.com/ansible/ansible/blob/v2.15.0b3/changelogs/CHANGELOG-v2.15.rst).
The main news is the introduction of the Ansible dnf5 module to natively interact with the DNF5 package manager introduced since Fedora 39. This module will be complementary to the yum and dnf current module for Red Hat-like systems. Many changes were performed, especially for performance (paramiko library), bugfix some behavior of the Ansible copy module, to enhance the ansible-test command line tool, and for a better developer experience.
PIP installation
We can test the code installation via the PIP package manager, the Python package installer. For example, let's create a "venv" virtual environment to test our Ansible beta version ("2.15.0b3").
code
```bash
python3 -m venv venv
source venv/bin/activate
python3
About This Tutorial
- Author: Luca Berton
- Difficulty: Beginner
- Read time: 4 min
- Category: installation
Read the full written article: Ansible Core 2.15.0 Beta 3 Released: Key Updates
Related Video Tutorials
- Ansible Core 2.15.0 Released: New Features & Changes — Discover Ansible Core 2.15.0's latest features, improvements, and breaking changes. Includes new modules and key updates for better performance.
- Ansible Core 2.14.2 & Community 7.2.0: Latest Updates — Discover the latest updates for Ansible Core 2.14.2 and Community 7.2.0. Learn about new features, installation tips, and how these releases impact your automation.
- Ansible Core 2.14.3, 2.13.8 & Community 7.3.0: Updates — Explore the latest bug-fix releases of Ansible Core 2.14.3, 2.13.8, and Community 7.3.0. Get installation tips and insights into new features and improvements.
- Ansible Core 2.14.4 & Community 7.4.0: Latest Updates — Discover the new bug-fix releases for Ansible Core 2.14.4 and Community 7.4.0. Find out about improvements, installation tips, and upcoming features.
- Understanding Quiet Hiring: The 2023 HR Trend and Ansible's Role — Discover Quiet Hiring, the latest HR trend in 2023. Learn how Ansible can empower IT professionals to adapt and thrive in evolving job markets by enhancing automation skills.
- Red Hat Ansible Automation Platform 2.4 Released: Key Features and Enhancements — Discover the latest updates in Ansible Automation Platform 2.4, including the general availability of Event-Driven Ansible, a new web UI, and enhanced support for ARM architectures. Learn about new integrations, improved content tooling, and technology previews of Ansible Lightspeed with IBM Watson Code Assistant.