Automation

How to install an Ansible Collection on a disconnected Ansible control node
In this tutorial, I demonstrate how and where to install Ansible Content Collections in an Ansible control node that has no internet access. The …

DevOps Engineer Skills – Most Demanding DevOps Skills You Should Learn in 2021
Introduction Basically DevOps is not a tool or a job role but a culture where the engineers practice the best methods and use combination of tools to …

System Reboot with Ansible Reboot Module
A reboot operation in a Linux Operating System is very rare as most of the time we can achieve the result by individual service restart or reload …

Getting Started with Ansible Collections
Ansible Collection is a great way of getting content contributions from various Ansible Developers. Earlier there was a tagline for Ansible – …

Configure Your Windows Host to be Managed by Ansible
I was talking to my friend about Ansible automation and how we are implementing automated solutions for cloud and on-premise infrastructure. Then he …

Remove nodes from Kubespray Managed Kubernetes Cluster
Kubespray is a combination of Ansible and Kubernetes and you can use Kubespray for deploying production ready Kubernetes clusters.

Adding new nodes to Kubespray Managed Kubernetes Cluster
Kubespray is a combination of Ansible and Kubernetes and you can use Kubespray for deploying production ready Kubernetes clusters.

Deploying Kubernetes with Kubespray
Photo by Tom Fisk from Pexels Introduction You have multiple ways to deploy a production ready Kubernetes cluster and Kuberspray is another method in …

How to Increase Attachment File Size Limit in GitLab
We know GitLab is one of the best and easy to use git server solutions available in the market now. And GitLab CE is available as free and we can …

How to Import Existing VMWare VM-s into Terraform
Terraform is an amazing tool for your infrastructure automation. Everything about your infrastructure can be write as code and maintain by team; …

Connecting Ansible Tower to Git Server with Self Signed Certificates
So many questioned me when I mention git server in an Ansible Tower environment; and later I realized that, most of them are keeping their projects …

HashiCorp Certified Terraform Associate – Learning & Exam Tips
Introduction I started using Terraform somewhere in 2018, but very limited usage as I thought it is just another tool for provisioning infrastructure …