palazzem / hanzo

Ansible orchestration to configure a development environment -
http://hanzo.sh
Other
23 stars 5 forks source link

Evaluate to split the project #118

Open palazzem opened 5 years ago

palazzem commented 5 years ago

Overview

In the current state, all roles are in the same repo and the install process relies in using Ansible locally. While this approach works just fine, we may split the project in multiple repos (under the same "Hanzo flag") so that the project is more extensible and general purpose.

This means splitting each single role in a different repository, having it uploaded to https://galaxy.ansible.com

Benefits are:

Cons:

To be investigated...