The job consists mainly of moving configuration files betwen exact topologies, at different locations, only that at the destination there will be new server IP addresses, but all else pretty much the same. That should not be too hard manually, but there are quite a few files per application to migrate, and various servers.
Are there any templates, or previously documented projects that would help me on part of the way?
I’ll be grateful for any orientation wiser minds may want to chip in.
Your current location isn't managed by Ansible I suppose?
I've got 3 environments built using the same roles and playbooks, I just feed
it an inventory per 'stack' holding the new server hostnames and a few
per-datacenter
variables. Highly recommend it.
If you're asking for Ansible playbooks to copy your files from A -> Z
that can be done,
but if i was you I'd see this as a fresh start and start to Ansible up
the new datacenter
based on what you know is already in the old one.