How to add a swap space in Linux Azure virtual machines

How to add a swap space in Linux Azure virtual machines I have started to work on azure for Linux machines and I found swap space 0 MB on Ubuntu 16.04 or Linux distro in Azure. In this article, we will see how to use azure temporary disk for swap … Continue reading

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