How to Install Anible IN Redhat 7/ Centos 7 Servers
- Last Updated On: November 19, 2017
- By: Scriptcrunch Editorial
How do I install latest ansible server on a Redhat or Centos 7 server?
You can easily install the latest stable version of ansible in a Redhat or centos7 server using the EPEL repo. The default yum repo does have the ansible installation. Follow the steps for the ansible setup.
You can install Ansible in two ways.
- Using yum repository
- From the source.
Install using yum
1. Setup EPEL repository.
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-8.noarch.rpm sudo rpm -ivh epel-release-7-8.noarch.rpm
2. Update Server.
sudo yum update -y
3. Install ansible.
sudo yum install ansible
4. Confirm the ansible installation by checking ansible server version.
ansible --version
Install from source
1. Clone the ansible source from Github
git clone git://github.com/ansible/ansible.git --recursive
2. CD into ansible clone.
cd ./ansible
3. Setup using bash
Scriptcrunch Editorial
Other Interesting Blogs

Linux Foundation Coupon for November 2023
Hi Techies, I wanted to let you know about a pretty sweet deal with the Linux Foundation Coupon that is running now.


Best Black Friday Deals For Techies in 2023
In this blog, we have listed down all the best Black Friday deals and Cyber Monday deals for techies. This is the


CKA Exam Study Guide: Certified Kubernetes Administrator
Passing the cloud-native Certified Kubernetes Administrator (CKA) exam is not a cakewalk. To pass the CKA exam, you should have enough hands-on
