matrix-docker-ansible-deploy/roles
Slavi Pantaleev af1c9ae59d Do not force firewalld on people
In most cases, there's not really a need to touch the system
firewall, as Docker manages iptables by itself
(see https://docs.docker.com/network/iptables/).

All ports exposed by Docker containers are automatically whitelisted
in iptables and wired to the correct container.

This made installing firewalld and whitelisting ports pointless,
as far as this playbook's services are concerned.

People that wish to install firewalld (for other reasons), can do so
manually from now on.

This is inspired by and fixes #97 (Github Issue).
2019-04-03 11:37:20 +03:00
..
matrix-base Do not force firewalld on people 2019-04-03 11:37:20 +03:00
matrix-common-after/tasks Ensure systemd services are running when doing --tags=start 2019-04-03 11:19:06 +03:00
matrix-corporal Skip some uninstall tasks if not necessary to run 2019-03-13 07:40:51 +02:00
matrix-coturn Do not force firewalld on people 2019-04-03 11:37:20 +03:00
matrix-dimension Add option to enable Dimension widgets serve sites with self signed certs 2019-03-12 12:17:12 +02:00
matrix-mailer Skip some uninstall tasks if not necessary to run 2019-03-13 07:40:51 +02:00
matrix-mxisd Make self-check not validate self-signed certificates 2019-03-22 09:41:08 +02:00
matrix-nginx-proxy Do not force firewalld on people 2019-04-03 11:37:20 +03:00
matrix-postgres Update some Docker images 2019-03-03 12:27:43 +02:00
matrix-riot-web Update Riot Web from 1.0.5 to 1.0.6 2019-04-02 07:20:25 +03:00
matrix-synapse Do not force firewalld on people 2019-04-03 11:37:20 +03:00