Running Sync using ansible

Hello Everyone,
I am trying to run sync for /home directory and everything within this directory (including permissions) between Ansible Controller Node and Remote Node.

I would like to run this sync on Controller Node and it will basically run based on defined time to keep files/folders/permissions synced inside /home between both systems.

Any assistance would be appreciated.

Thanks

Hello Everyone - Anyone has any feedback or direction to my query?

Would appreciate feedback.

Thanks

Have a look at these modules:

https://docs.ansible.com/ansible/latest/modules/synchronize_module.html
https://docs.ansible.com/ansible/latest/modules/cron_module.html