Analyze environment configuration

Hey ,
I’m searching for ability analyze changes in my environment configuration and in case something changed, get .report/alert

Ansible gives you a good way to describe exactly what you want in your environment and then run playbooks to drag it into that state (or make no change if its already in the described state).

You could perhaps run ansible in check mode (which not all modules support) and write a callback plugin to alert if any changes would have been made.