matrix-docker-ansible-deploy/roles/matrix-synapse/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
..
ext Start appservice-irc as non-root 2019-03-12 13:17:51 -04:00
import_media_store.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
init.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
main.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
register_user.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
self_check_client_api.yml Make self-check not validate self-signed certificates 2019-03-22 09:41:08 +02:00
self_check_federation_api.yml Make self-check not validate self-signed certificates 2019-03-22 09:41:08 +02:00
setup_synapse_entrypoint.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
setup_synapse_goofys.yml Skip some uninstall tasks if not necessary to run 2019-03-13 07:40:51 +02:00
setup_synapse_main.yml Do not force firewalld on people 2019-04-03 11:37:20 +03:00
setup_synapse_pre.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
validate_config.yml Rename some variables 2019-02-28 11:51:09 +02:00