matrix-docker-ansible-deploy/roles
Slavi Pantaleev 9a251e4e46 Remove some more references to localhost
Continuation of 1f0cc92b33.

As an explanation for the problem:
when saying `localhost` on the host, it sometimes gets resolved to `::1`
and sometimes to `127.0.0.1`. On the unfortunate occassions that
it gets resolved to `::1`, the container won't be able to serve the
request, because Docker containers don't have IPv6 enabled by default.

To avoid this problem, we simply prevent any lookups from happening
and explicitly use `127.0.0.1`.
2019-02-05 11:11:28 +02:00
..
matrix-base Fix /.well-known/matrix/client installation 2019-02-01 17:06:49 +02:00
matrix-common-after/tasks Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
matrix-corporal Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-coturn Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-mailer Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-mxisd Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-nginx-proxy Remove some more references to localhost 2019-02-05 11:11:28 +02:00
matrix-postgres Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-riot-web Make (most) containers run with a read-only filesystem 2019-01-29 18:52:02 +02:00
matrix-synapse Use IPv4 localhost everywhere (or almost everywhere) 2019-02-04 09:49:45 -06:00