How to Copy Files between Two Nodes using Ansible
If you need to copy files between two (2) nodes, using Ansible, then you can do the following:
This solution uses the synchronize
module, specifically using the delegate_to:source-server
keywords.