I was toying with the idea of building a DSC configuration library (similar to the Powershell Gallery) as i have already built a DSC Script/MOF generator to manage my scripts and Nodes (first iteration and a work in progress).
The new web site would allow anyone to login and create DSC Configurations using any modules from the Powershell Gallery and letting them flag it as for public use, my idea is to only store agnostic information (no node names or service account info of course) and to generate as required.
If it is a public use configuration that required node name etc then the person downloading it would enter that info in at download time and the new DSC script or MOF would be generated with their specific info.
Does anyone think it would be useful as a public domain.
Or any suggestions would be greatly appreciated or if anyone would like to contribute.