Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve separation of concerns in ansible roles #1

Open
minnsoe opened this issue Sep 9, 2018 · 0 comments
Open

Improve separation of concerns in ansible roles #1

minnsoe opened this issue Sep 9, 2018 · 0 comments
Assignees

Comments

@minnsoe
Copy link
Owner

minnsoe commented Sep 9, 2018

The provisioning playbook uses roles defined to tackle a particular area of system provisioning. For example, the development role sets up tools and utilities for programming environments. However, the development role actually provisions multiple programming environments. Changes to a browser focused development environment should not really affect one that uses the JVM for instance.

The roles should be as granular as possible, giving only one reason to change. The playbook itself should tag the general category, e.g. development, and trigger the role if it matches.

@minnsoe minnsoe self-assigned this Sep 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant