Seems like you're stuck at creating ansible connection between two instances, if your using GCP then follow these stes:
gcloud auth login
gcloud compute ssh <name of the instance>
cd
ls -all .ssh
eval `ssh-agent -s`
ssh-add .ssh/google_compute_engine
ssh <name of the instance>
Try the steps and let us know the result.