matrix-docker-ansible-deploy/examples
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
..
apache Remove some more references to localhost 2019-02-05 11:11:28 +02:00
host-vars.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
hosts Update documentation a bit 2019-02-01 12:26:43 +02:00