Member-only story

How to install Ansible in Fedora 36 — Ansible install

How to install and maintain the latest version of Ansible inside Fedora 36 using the system repository with a practical demo.

Luca Berton
8 min readMay 16, 2022

How to install Ansible in Fedora version 36. Today we’re going to talk about the easier way to install and maintain Ansible inside Fedora 36 using the system repository. I’m Luca Berton and welcome to today’s episode of Ansible Pilot.

How to install Ansible in Fedora 36

Today we’re talking about How to install Ansible in Fedora 36. 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.12 for ansible-core and 5.7 for ansible.

demo

Let’s jump in a quick live demo of how to install the latest and a specific version of Ansible in Fedora.

code

  • install-Ansible-Fedora.sh
#!/bin/bash
$ sudo dnf list available ansible
$ sudo dnf install ansible
$ sudo "rpm -qa | grep

--

--

Luca Berton
Luca Berton

Written by Luca Berton

I help creative Automation DevOps, Cloud Engineer, System Administrator, and IT Professional to succeed with Ansible Technology to automate more things everyday

No responses yet