Member-only story

How to install Ansible in Fedora 34 using DNF

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

Luca Berton
5 min readOct 21, 2021

How to install Ansible in Fedora version 34.

Today we’re going to talk about the easier way to install and maintain Ansible inside Fedora 34 using the default repository.

I’m Luca Berton, and welcome to today’s episode of Ansible Pilot.

How to install Ansible in Fedora 34

Today we’re talking about How to install Ansible in Fedora 34.

The good news is that Ansible is included in the default repository, so you can install it simply with your usual package manager.

You can expect the latest version of Ansible in the `updates` repository.

At the moment is available the latest 2.9.

demo

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

  • Install-Ansible-Fedora.sh
#!/bin/bash
$ sudo dnf list available ansible
$ sudo…

--

--

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