I’m having a hell of a time deploying a site from my local machine to Kinsta through Trellis. So I’ve had to fix an Ansible install issue, a Vagrant date/time out of sync issue, and hopefully I’m at the final step.
When running the playbook deploy command
ansible-playbook deploy.yml -e env=production -e site=kiwiartsgroup.kinsta.cloud --limit=kinsta_production
I get a very long and bizarre set of errors in the terminal. I’ve saved the whole thing in a gist: https://gist.github.com/labedzde/37cede7602ab7b57084bc7dad3e89b8c
I was able to SSH to Kinsta without issue.
Last login: Tue May 5 16:50:47 on ttys001
Debbies-MBP:~ labedzde$ ssh kiwiartsgroup@35.239.71.225 -p 54072
Enter passphrase for key '/Users/labedzde/.ssh/id_rsa':
Enter passphrase for key '/Users/labedzde/.ssh/id_rsa':
_ ___ _
| |/ (_)_ __ ___| |_ __ _
| ' /| | '_ \/ __| __/ _` |
| . \| | | | \__ \ || (_| |_
|_|\_\_|_| |_|___/\__\__,_(_)
Hi There!
Your site's files are in the /www folder.
Git, Composer and WP-CLI are all available for use!
If you need help just open a ticket on https://my.kinsta.com
Have a marvellous day!
* Ubuntu 20.04 LTS is out, raising the bar on performance, security,
and optimisation for Intel, AMD, Nvidia, ARM64 and Z15 as well as
AWS, Azure and Google Cloud.
https://ubuntu.com/blog/ubuntu-20-04-lts-arrives
kiwiartsgroup@vMO-kiwiartsgroup:~$
Anyone have a clue what the issue could be?