matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/tasks/ssl
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
..
main.yml Add 'none' SSL certificate retrieval method 2019-02-01 16:50:25 +02:00
setup_ssl_lets_encrypt.yml Do not force firewalld on people 2019-04-03 11:37:20 +03:00
setup_ssl_lets_encrypt_obtain_for_domain.yml Remove some unnecessary slashes 2019-02-20 21:21:20 +02:00
setup_ssl_manually_managed.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_ssl_manually_managed_verify_for_domain.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
setup_ssl_self_signed.yml Make roles more independent of one another 2019-01-16 18:05:48 +02:00
setup_ssl_self_signed_obtain_for_domain.yml Fix ownership of generated self-signed certificates (root -> matrix) 2019-02-02 17:32:13 +02:00