Install Ansible Linux On CentOS

In this blog post, I will show you how to install Ansible on Linux CentOS operating system.

Ansible

In my previous post, I have shown you how to manage Windows machines using Ansible and WinRM.

As of writing these lines, you can only manage Ansible from a Linux machine.

Install

The great thing about Ansible is that the installation process is simple.

To install run the following two commands:

yum install epel-release
yum -y install ansible

 Check Version

To check the running version after installing Ansible, run the following command.

ansible --version

Processing…
Success! You're on the list.

Posted

in

by