Would you consider accepting a pull-request, that would refactor the playbook to use roles instead of task includes?
Right now, if I want to use just parts of your playbook, I need to copy most of the vagrant.yml playbook, instead of just including some roles.
The advantage would be having handlers, templates and tasks bundled together in the role definition.
Would you consider accepting a pull-request, that would refactor the playbook to use roles instead of task includes?
Right now, if I want to use just parts of your playbook, I need to copy most of the
vagrant.yml
playbook, instead of just including some roles. The advantage would be having handlers, templates and tasks bundled together in the role definition.