Im wondering if its possible with chef (or any other tool like puppet or ansible ...) to create cookbooks from current server configurations.
For example i have a red hat server with an jboss 7 running on it. Would it be possible to read that server configuration (users, groups, installed services) and the jboss configuration and create a cookbook from this configuration for further use and deployments of new server?
if its not possible with chef, does a 3rd party tool exists which can handle such a task?
thanks.