All Stories

How to set up and use Python virtual environments for Ansible

You can have different versions of Ansible and other important Python modules in a dedicated test directory with a virtual environment.

In Ansible, Automation, DevOps, Sep 20, 2021

How To Housekeep Your Vagrant Boxes

If you are using different Operating systems and virtual machines using Vagrant, there will be multiple Vagrant boxes downloaded on your local machine and indeed it will take a lot of...

In Automation, DevOps, How To, Aug 28, 2021

Top 5 Free Resources to Learn Docker

There are plenty of resources around to learn docker and most of them are FREE of cost.

In Cloud, DevOps, Docker, Aug 26, 2021

How To Download RHEL8 for Free

Anyone can download and use RHEL8 via Individual Developer subscription and it can be used in production for up to 16 systems.

In How To, Infrastructre & Hardware, Utilities, Aug 25, 2021

Install Ansible AWX on Kubernetes

Ansible AWX is one of the upstream project for Red Hat Ansible Tower. AWX provides a web-based user interface, REST API, and task engine built…

In Ansible, Automation, DevOps, Jul 02, 2021

Installing a Kubernetes Cluster using minikube

minikube is the easiest method to deploy a Kubernetes cluster for testing purpose. You can simply spin up a cluster in minutes on your laptop…

In Automation, DevOps, Infrastructre & Hardware, Jul 01, 2021

How To Create And Use NAT Network In VirtualBox

Introduction When we talk about local development or PoC (Proof of Concept) environments, VirtualBox is my first choice as it gives me the choice of…

In Cloud, CyberSecurity, DevOps, Jun 18, 2021

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…

In Ansible, Ansible Course, Automation, Jun 10, 2021

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…

In Ansible, Automation, DevOps, Jun 07, 2021

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 process is simple…

In Ansible, Automation, DevOps, May 06, 2021