Share defaults between multiple roles in Ansible?

Viewed 2111

I want to share defaults between different roles in Ansible. Is it possible to achieve this directly? Is there a workaround, maybe another approach to this problem? I just want to keep default values DRY.

1 Answers
Related