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…