A new stakeholder is confused about the difference between Ansible roles and regular playbooks. How do you best explain roles?
-
A
Roles are playbooks that can only run on a single host
-
B
Roles are reusable, self-contained units of automation that can be shared across multiple playbooks and projects
-
C
Roles replace the need for inventory files
-
D
Roles are only available in the paid version of Ansible