Where should I put reusable playbooks and how do I reference them?
I started using ansible and followed the Best Practice guide to create my
initial project layout.
Now I have searched and found some useful playbooks on github for example
https://github.com/francisbesset/ansible-playbooks. I see them as smaller
building blocks to create roles like the webtier or DB replicates. Therefore
I wonder how I integrate them into the "Role" based organization and how
I reference them from my roles/webtier/task/main.yml playbook?
Any recommendation or hints where I can find some inspiration?
Regard, Kai