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.14.3, 2.13.8 & Community 7.3.0: Updates — Video Tutorial

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.

Watch Video

Watch "Ansible Core 2.14.3, 2.13.8 & Community 7.3.0: Updates" on YouTube

What You'll Learn

Full Tutorial Content

Welcome to a new episode of the Ansible Pilot from Luca Berton. The big news of the last week of February 2023 is the release of three versions of Ansible: Ansible Core 2.14.3, 2.13.8, and Ansible Community 7.3.0. Basically, these are bug-fix releases. Let me quickly remind you that the Ansible Core contains the Ansible framework and the `ansible.builtin` collection. Nothing else. Whereas the Ansible community includes a lot of other collections. For example, interactive with cloud providers (Amazon, Google, Azure), community-generated collection, and Red Hat vendor partners. Links - New releases: ansible-core 2.14.3 and 2.13.8 https://groups.google.com/g/ansible-project/c/yokousquPLU - Ansible 7.3.0 has been Released! https://groups.google.com/g/ansible-project/c/yg4oL-_QD30 - ansible-core 2.14.3 https://pypi.org/project/ansible-core/ - ansible 7.3.0 https://pypi.org/project/ansible/ - ansible-core 2.14 "C'mon Everybody" Release Notes https://github.com/ansible/ansible/blob/v2.14.2/changelogs/CHANGELOG-v2.14.rst - ansible-core 2.13 "Nobody's Fault but Mine" Release Notes https://github.com/ansible/ansible/blob/v2.13.8/changelogs/CHANGELOG-v2.13.rst - Introduction to ansible-test https://www.redhat.com/en/technologies/management/ansibleblog/introduction-to-ansible-test - Ansible project 7.0 https://docs.ansible.com/ansible/devel/roadmap/COLLECTIONS_7.html - 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.14.3 and 2.13.8 - released 27th February 2023 The Ansible Core release 2.14.3 was a maintenance release on February 27th, 2023. Thank you, Matt Martz, for announcing the release of Ansible Core 2.14.3 and 2.13.8(New releases: ansible-core 2.14.3 and 2.13.8 https://groups.google.com/g/ansible-project/c/yokousquPLU) in the Ansible mailing list. This is a maintenance release of the Ansible codename "C'mon, everybody". Reading the Ansible Release Notes (ansible-core 2.14 "C'mon Everybody" Release Notes https://github.com/ansible/ansible/blob/v2.14.2/changelogs/CHANGELOG-v2.14.rst, we can see that this release is almost a bugfix release. Let me remind you that Ansible 2.14 was first introduced in November 2022, if I remember correctly, two weeks before the release of Ansible Automation Platform version

About This Tutorial

Read the full written article: Ansible Core 2.14.3, 2.13.8 & Community 7.3.0: Updates

Topics Covered

Related Video Tutorials