Introduction to Ansible Roles: Ansible roles conceptually are nothing but group of variables, tasks, template, file and handlers that are stored in standardized file structure. Once you create any role, you can reuse it again and again in different play books, so you don’t have to write the same playbook code again. Ansible Galaxy: Ansible galaxy…