Thinking of Using Ansible for Big Data Center Move - Problem: New To Ansible.

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.

Thanks

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.

Thank you for your reply.

We are not using Ansible now, so it would be a first.

My plan is to migrate one application by hand, to scope the work, and then do a similar one with Ansible, and if satisfied scale up to all apps.

Not sure you can ask for templates without specific applications, so we’ll ask – what specific applications? :slight_smile: