Compare two hosts before/after copy

Does anyone know of a way to compare the configuration of two separate hosts before and/or after a deployment? Meaning, I want to conduct a diff on numerous files in a pre-deployment and then post-deployment state using a playbook in order to ensure that there are no variances between the destination hosts.

Thanks for any tips.