tutorials

A Short Guide to Creating an Ansible Module

A Short Guide to Creating an Ansible Module

Learn to create custom Ansible modules for seamless automation

Suraj Dhakre

Ansible is a powerful open-source automation tool that allows you to manage configurations, deploy software, and orchestrate more advanced IT tasks such as continuous deployments or zero downtime rolling updates. One of the key features of Ansible is its extensibility, which is achieved through modules. Modules are standalone scripts that can be used inside an Ansible playbook. In this guide, we will walk you through the process of creating your own Ansible module.

Containerising The Application With Docker

Containerising The Application With Docker

Learn the basics of docker, create simple and multi stage dockerfiles.

Suraj Dhakre

In this article, we are going to learn about Docker and will show you how to containerise the application like a breeze. This will help you to improve application portability, enhance resource utilization and simplify deployment and scaling. Let’s dive in and discover the power of containerization!