0

I work on an on-premise network, and we have an Ansible server connected via SSH-Keys to around 400 servers. I've wanted to recreate the Ansible VM, due to the fact that it was poorly made on top of the fact that it is on an unstable, soon to be out of service data-center.

What is the best way to get those 400~ servers to work with the new Ansible server via SSH-Keys?

Any help is highly appreciated.

1 Answers1

0

You just need to copy the private ssh key from the old server to the new server and configure Ansible to use that key.

Henrik Pingel
  • 8,676
  • 2
  • 24
  • 38