All Stories

How to open WinRM ports in the Windows firewall

We need to make sure, ports 5985 and 5986 (HTTPS) are open in firewall (both OS as well as network side) for Ansible to connect to Windows machine.The post How to open WinRM ports in ...

In Ansible, Ansible Course, Automation, Sep 23, 2021

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.The post How to set up and use Python virtual en...

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.The post Top 5 Free Resources to Learn Docker appeared first on techbeatly.

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. The post How To Download RHEL8 for Free appeared first o...

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...The post Install Ansible A...

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...The post Installing a Kuber...

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...The post How To Crea...

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...The post Use Terraform to Create...

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...The post How to Create a FREE Ansibl...

In Ansible, Automation, DevOps, Jun 07, 2021