How to install Ansible in Fedora 37 - Ansible install
By Luca Berton · Published 2024-01-01 · Category: installation
How to install and maintain the latest version of Ansible inside Fedora 37 using the system repository with a practical Playbook.
How to install Ansible in Fedora version 37.
Today we're going to talk about the easier way to install and maintain Ansible inside Fedora 37 using the system repository.
I'm Luca Berton and welcome to today's episode of Ansible Pilot.
How to install Ansible in Fedora 37
Today we're talking about How to install Ansible in Fedora 37.
The good news is that Ansible is included in the default repository so you could install it simply with your usual package manager.
You could expect the latest version of Ansible in the updates repository.
At the moment is available the latest 2.14 for ansible-core and 6.4 for ansible.
See also: Ansible terminology - ansible vs ansible-core packages.
## Playbook
Let's jump in a quick live Playbook of how to install the latest version of Ansible in Fedora.
code • install-Ansible-Fedora.sh
execution
before execution
after execution
Conclusion
Now you know how to install the latest version of Ansible in Fedora using the system repository and the DNF package manager.
Related Articles • Ansible Template Guide
Category: installation
Watch the video: How to install Ansible in Fedora 37 - Ansible install — Video Tutorial