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

Ansible

Ansible Best Practices – Ansible Real Life Series

Learn about Ansible Best Practices to follow where to keep your modules where to keep your roles how to name your variables how to save your …

How to Install Ansible AWX on Kubernetes (Upstream for Ansible Tower)

Let’s learn how to Install Ansible AWX on Kubernetes. The Ansible AWX Project is the fast-moving upstream project from which Red Hat Ansible Tower is …

Use Terraform to Create a FREE Ansible Lab in AWS

Use Terraform to Create a FREE Ansible Lab in AWS

Introduction When it comes to create an Ansible Lab, you can easily spin-up one using Terraform on AWS, GCP or Azure. Even though we are creating …

How to Create a FREE Ansible Lab in Public Cloud (AWS, GCP, Azure)

How to Create a FREE Ansible Lab in Public Cloud (AWS, GCP, Azure)

Introduction As we all know, learning Ansible is not just a reading process and you really need to do a lot of hands-on and practice with all …

How to install an Ansible Collection on a disconnected Ansible control node

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 …

System Reboot with Ansible Reboot Module

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

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

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

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

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

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 …

Connecting Ansible Tower to Git Server with Self Signed Certificates

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 …