Hi everyone, I am trying to connect my local trellis environment via ansible to my Live site magaged with Kinsta. When I tun the following command:
ansible-playbook deploy.yml -e env=production -e site=johnboylesingfield.net --limit=kinsta_production
This error shows up
---------------------------------------------------
SSH Error: data could not be sent to remote host "kinsta_production". Make
sure this host can be reached over ssh
fatal: [kinsta_production]: UNREACHABLE! => {"changed": false, "unreachable": true}
to retry, use: --limit @/Users/johnbsingfield/Documents/John/Sites/johnboylesingfield.net/trellis/deploy.retry
PLAY RECAP *********************************************************************
kinsta_production : ok=2 changed=0 unreachable=1 failed=0
I cleared my Known_hosts file and tried many things from many posts here and from tutorials on SSH found on roots.io and Github but with no success. Thanks for your help.