I want to make a central config file repository so that I can have the changes to any config under revision control (Mercurial). This will include some GNU/Linux boxes (which will use etckeeper), the network equipment's config files, printer's config files and last but not least, windows configs.
I know you can import some configurations like ISA's and DHCPs as text/xml files and even shared folders as a registry key, but for stuff like GPOs and AD, IIS, MSSql and others, are there ways to get the configs as flat files? Basically, can you have something somewhat equivalent to etckeeper under windows? Something like some powershell based commands or the like?
Also, can ACLs and other file permissions be preserved under version control (hg)?
BTW, I've already read
- What solutions exist to allow the use of revision control for server configuration files?
- What tool do you recommend to track changes on a Linux/Unix server
to no avail.