Hello, is there an effort to enhance Ansible to collect and synthesize auditing and reporting of remote hosts?
I would like to see that all my remote hosts have the same files.
We have a standby site and before we fail over to it, would like to do a quick "sanity" check that the files are 100% alike.
Do not want to scramble and apply patches in "dry run" mode as a way do this.
Could also check rpm inventory.
Perhaps a module called compare_systems?
Rsync is too clunky especially if you have like 10 hosts, you have to iterate them all against one host.