How to configure ansible in CentOS 7

How to configure ansible in CentOS 7 In this article we will demonstrate how to configure Ansible in CentOS 7 and how to execute command to commute the remote servers. Ansible Servers  : server.ghanshammahajan.com ( 192.168.1.111 ) Nodes            : 192.168.0.112 , 192.168.0.113, 192.168.0.114, 192.168.0.115 Installing Ansible on CentOS … Continue reading

How to install Ansible in CentOS 7 using Yum

Hello Friends, today I am going to explain you, How to install ansible in CentOS 7 using yum. Ansible is an open source IT Configuration Management, Deployment & Orchestration tool. It communicates over normal SSH channels in order to retrieve information from remote machines, issue commands, and copy files. Because of this, an … Continue reading

How to install Ansible in CentOS 7 with PIP

Today, we are going to learn How to install Ansible in CentOS 7 with PIP. To click above link for more details about Ansible. What is Ansible and advantages of using Ansible. Ansible is an open source IT Configuration Management, Deployment & Orchestration tool which can remove drudgery from your work … Continue reading

What is Ansible and advantages of using Ansible

This is the first post which is related to Ansible series tutorial. Let’s learn What is Ansible and advantages of using Ansible. Ansible is an automation engine, similar to Chef or Puppet. That can be used to ensure deployment and configuration consistency across many servers and keep servers and applications … Continue reading