How to open firewall port for specific IP on CentOS 7

  This tutorial will tell you How to open firewall port for specific IP on CentOS 7 You will see that while we can manually open a specific port, it is often easier and beneficial to allow based on predefined services instead. Check the updated rules with Firewalld Zone: Refer … Continue reading

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