First you should read these pages that describe the difference between import vs include.
Do you want to import these playbooks and parse them once at load time, or "include" and parse them as they are encountered at run-time?
One reason to consider include vs import. If you have a when clause on an imported playbook, all the tasks within the playbook inherit that when clause and are evaluated individually. If you have a when clause on an included playbook, it applies
to the include task itself (whether I include and execute the playbook). This can be a huge performance improvement.
Secondly you want to consider whether you want to include "playbooks" or "tasks" files. Task files inherit the inventory, become, gather_facts, etc of the parent playbook that includes them.
Walter
--
Walter Rowe, Division Chief
Infrastructure Services, OISM
Mobile:
202.355.4123