matrix-docker-ansible-deploy/roles/matrix-coturn/tasks
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
..
init.yml Do not try to start matrix-coturn.service if not enabled 2019-03-13 07:36:28 +02:00
main.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_coturn.yml Do not force firewalld on people 2019-04-03 11:37:20 +03:00
validate_config.yml Define matrix_coturn_turn_external_ip_address in the playbook group vars 2019-03-18 17:04:40 +02:00