Get up to 50% off on CKA, CKAD, CKS, KCNA, KCSA exams and courses!

Gineesh Madapparambath

Author of Kubernetes and Ansible books, Architect at Red Hat, Automation and Containerization Explorer, techbeatly.com/youtube

Read More
Banner image
Play with Ansible Playbooks

Play with Ansible Playbooks

Plays are ordered set of tasks to execute against host selections from your inventory. A playbook is a file containing one or more plays.

Setup Vim editor for YAML, Ansible, Kubernetes, OpenShift

Setup Vim editor for YAML, Ansible, Kubernetes, OpenShift

Are you new to Vim and working with YAML files? This post is for you! If you’re already a Vim expert, feel free to skip this quick guide.

ComVault Simpana Installation (cv11) on Linux (RHEL7)- Step by Step

ComVault Simpana Installation (cv11) on Linux (RHEL7)- Step by Step

This is a very basic article to share the cv11 installation. If any corrections/mistakes, please feel free to feedback as I am not an expert on this …

How to create a partition greater than 2TB in Linux

How to create a partition greater than 2TB in Linux

Due to limitation of fdisk utility, you will not be able to create partition greater than 2TB in linux with fdisk. This is a quick example to show how …

How to setup SSH key based authentication

How to setup SSH key based authentication

In an automated IT world, password-based authentications are not a good choice and will restrict so many abilities. For SSH access, you can easily …

Running Ansible Ad-Hoc commands

Running Ansible Ad-Hoc commands

We have already run few ad-hoc command to list down the hosts in earlier sections.

Managing Ansible Inventory

Managing Ansible Inventory

Inventory File An inventory file is a simple and plain text file where we store those host information ansible has to deal with. It can be simple in …

Ansible Deployment

Ansible Deployment

Hope you are clear on the concept and installation of Ansible program. Lets configure our Ansible environment now.

Installing Ansible

Installing Ansible

You may refer installation doc from official document as well.