Category Ansible

What are Ansible roles and how is it useful?

Ansible roles are a way to organize and package automation tasks into reusable and modular units. A role is a collection of tasks, files, templates, and variables that are grouped together in a predefined directory structure. Roles can be used…

How to install docker using Ansible-playbook

Ansible is an open-source software platform for automating and configuring computer systems. It is used for configuration management, application deployment, and task automation, and it allows you to manage and control a large number of servers from a single central…

How to write Ansible playbooks.

In this blog, we are going to learn the basics of Ansible playbooks the important commands used, the syntax, the different modules and how to write a sample playbook including all these.This blog is a continuation of our previous blog…