chaos / genders

Genders is a static cluster configuration database used for cluster configuration management. It is used by a variety of tools and scripts for management of large clusters.
GNU General Public License v2.0
35 stars 12 forks source link

Support /etc/genders.d #51

Open morrone opened 2 years ago

morrone commented 2 years ago

How about we add support for a genders.d directory of genders files, similar to the many other /etc/*.d directories?

This would be great for some ansible use cases, where we have individual roles that each want to generate genders attributes. They could each own their own file under /etc/genders.d.

This might serve as an alternative to issue #23 as well.