All Stories

Implementing Ansible Roles

In a production environment, we will have hundreds and thousands of different types machines to handle. Hence the type of operations and implementation methods will…

In Ansible, Ansible Course, Automation, Jun 27, 2018

Deploying Roles With Ansible Galaxy

So you have learned about Ansible Roles and the importance of using roles. Ansible Galaxy is a public library where you can find thousands of…

In Ansible, Ansible Course, Automation, Jun 27, 2018

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. See…

In Ansible, Ansible Course, Automation, Jun 24, 2018

Setup Your vim editor for Ansible Playbook

You may ignore this article if you are already an expert in vim as this is a quick note for those who are new to…

In Ansible, Ansible Resources, Automation, Jun 17, 2018

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…

In Ansible, Ansible Resources, Automation, Jun 17, 2018

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…

In Infrastructre & Hardware, Utilities, comvault, Jun 17, 2018

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…

In Infrastructre & Hardware, Workplace, disk utility, Jun 16, 2018

How to setup SSH key based authentication

This method is more secure than password-based access since the authentication happens using private and public key pair values.

In Ansible Resources, Automation, Cloud, Jun 13, 2018

Running Ansible Ad-Hoc commands

We have already  run few ad-hoc command to list down the hosts in earlier sections. See all parts of  Automation with Ansible Guides here Let’s…

In Ansible, Ansible Course, Automation, Jun 12, 2018

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…

In Ansible, Ansible Course, Automation, Jun 12, 2018