Hey All - I’ve been trying to deploy the Ansible Matrix (https://github.com/spantaleev/matrix-docker-ansible-deploy) deployment via the quick start guide for a few days now with the hybrid web server deployment model, but it just isn’t working properly for some reason.

My toplogy is this: Internet -> DMZ Subnet Traefik Instance -> Internal Subnet Matrix Traefik Instance

Using the base vars.yml example (https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/examples/vars.yml) and hosts example (https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/examples/hosts) I’ve made adjustments as necessary based off this article (https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-own-webserver.md) and have gotten the playbook to run to completion without error, but I can’t get my instance to load for some reason.

I have several other services running properly behind my DMZ Traefik Instance and I’m very comfortable configuring it at this point. I’ve triple checked my config as well but cannot figure out why the instance is unreachable. As far as I can tell this is a problem with my playbook configuration.

My other option is moving the whole Matrix server into my DMZ and replacing my existing proxy with the Traefik on the Matrix server (https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-traefik.md). I don’t really want to do that but it’s a break glass option if I can’t get this topology working.

Does anyone else have their deployment configured this way that can offer some insight? I can provide configs as necessary when I’m in front of my computer.