Rebulding a Client - scottgoetz/ansible GitHub Wiki

Sometimes you need to rebuild a Client machine. The only Ansible gotchya is that if you're using SSH keys you'll need to delete the old keys from your server, or else you'll get key verification errors.

sudo ssh-keygen -f "/root/.ssh/known_hosts" -R clientIp