Conditions-in-Ansible

How to Use When Conditional Statement in Ansible Playbook

In this guide, we will show you how to use when conditional statement in Ansible playbook with examples. Ansible, the open-source automation tool, empowers system administrators and DevOps professionals to streamline complex IT processes. One of Ansible’s key features is its ability to execute tasks … Read more

Sync-Time-Linux-Server-Chrony

How to Sync Time in Linux Server using Chrony

Time plays an important role in Linux servers specially when they are used in banking, stock markets and other financial sectors. If we want all our Linux servers should have the correct time, then we must configure some NTP client which will fetch correct time … Read more

Configure-DNS-Server-Bind-CentOS8-RHEL8

How to Setup DNS Server (Bind) on CentOS 8 / RHEL8

Developed in the 80’s by students at Berkeley University, BIND (Berkeley Internet Name Domain) is an open source DNS server that provides DNS services on Linux distributions. So, what is a DNS server ? A DNS server is a service that helps to resolve a … Read more

Single-UserMode-CentOS8-RHEL8

How to Boot RHEL 8 / CentOS 8 in Rescue Mode

In this guide, we will show you how to boot RHEL 8 / CentOS 8 in rescue mode. For day to day operations tasks, sometimes Linux geeks have to boot Linux server in rescue mode for recovering the root password, repairing file system errors, fixing … Read more

Run-Containers-Podman-CentOS8-RHEL8

How to Run Containers with Podman on CentOS 8 / RHEL 8

Podman is a free and open-source daemonless container platform that was built to develop, manage and deploy containers and pods on a Linux environment. Pods are group of containers which are usually deployed on the same host system. Podman is gradually replacing docker which is … Read more

Install-Ansible-AWX-CentOS8

How to Install Ansible AWX with Docker-Compose on CentOS 8

Red Hat has provided two GUI tools for centralized management of remote nodes using Ansible. Ansible Tower AWX Ansible Tower is a web-based interface and REST API endpoint for Ansible. It provides centralized logging and auditing, role-based access control and push-button deployment. AWX is an … Read more

Install-Docker-CE-CentOS8

How to Install Docker CE on CentOS 8 / RHEL 8

Docker is a daemon-based container engine which allows us to deploy applications inside containers. With the release of RHEL 8 and CentOS 8, docker package has been removed from their default package repositories, docker has been replaced with podman and buildah. If are comfortable with … Read more

Manage-Windows-Hosts-using-Ansible

How to Manage Remote Windows Host using Ansible

Ansible is increasingly becoming the go-to platform for application deployment, and software provisioning among developers owing to its ease of use and flexibility. Furthermore, it is easy to set up and no agent is required to be installed on remote nodes, instead, Ansible uses password … Read more