@graphbb Could you try this?
- Set ssl
enabled: false
- Run
ansible-playbook server.yml -e env=<environment> --tags wordpress
This will create a fresh Nginx conf, which this time shouldn’t be trying to load the apparently missing file/etc/nginx/ssl/letsencrypt/ssltest.com-bundled.cert
- Set ssl back to
enabled: true
- Run
ansible-playbook server.yml -e env=<environment> --tags letsencrypt
This time the Nginx stuff shouldn’t choke on the missing cert file
If that doesn’t work, could you post your relevant wordpress_sites
list?