How to install and use Ansible on Fedora?

Hi Fedora community,
I am trying to learn how to use Ansible on Fedora for automation.
Any help is much appreciated.

1 Like

Well, one can install the related packages as required:

and then you’d follow upstream documentation on how to use it:

If you have more specific questions, folks can help with them, but this is quite an open one, so not really sure how more to help.

2 Likes

Awesome. I didn’t know they finally packaged it for versions > 2.9 and was using pip to install it.

2 Likes

There are also copious ansible articles at fedora magazine see here You searched for ansible - Fedora Magazine

4 Likes

I might be wrong but isn’t pip the preferred and suggested way for installing ansible and other things like molecule?