I initially had ssl enabled set to false in the production “wordpress_sites.yml” file and deployed my site to an Azure Ubuntu VM just fine. However, when I change ssl enabled to true (with letsencrypt as the provider), update my git repo and deploy it, I just end up with a failed to connect error. It is redirecting to https, but not loading the site. I do have port 443 open with the protocol as TCP.
I’m not seeing any mention in the terminal logs about lets encrypt either. It doesn’t seem like it was setup.
I’m deploying with:
ansible-playbook deploy.yml -e “site=MySubdomain.MyDomainHere.com env=production”