ansible, centos,

Install Ansible on CentOS 9 Stream

Aug 31, 2022 · 1 min read · Post a comment

EPEL repository can provide a quick and easy way to install Ansible on CentOS 9. Let’s check it !!!

Prerequisites

  • CentOS 9 Stream
  • sudo privileges

Install Ansible on CentOS 9 Stream

Step 1. Update the packages.

sudo yum update

Step 2. Install the EPEL repository.

sudo yum install epel-release

Step 3. Install Ansible on CentOS 9.

sudo yum install ansible

Step 4. Verify the installation.

ansible --version

Conclusion

As I mentioned the installation process is very simple and quick. Feel free to leave a comment below and if you find this tutorial useful, follow our official channel on Telegram.