Ansible -- Compare n remote directories against each other

Hello,

Does Ansible have a plan to execute a low-level directory/file audit without making any changes?

Use case: We have directory /app/foo and this exists on 10 disparate nodes.

I would like to confirm all 10 nodes have the same file system.

Looking for suggestions …

Hi,

should be simple enough, just run your playbook with --check --diff. You will see what changed would be done.