matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/templates
Agustin Ferrario 2082242499 Add matrix_nginx_proxy_ssl_config
A new variable called `matrix_nginx_proxy_ssl_config` is created for
configuring how the nginx proxy configures SSL. Also a new configuration
validation option and other auxiliary variables are created.

A new variable configuration called `matrix_nginx_proxy_ssl_config` is
created. This allow to set the SSL configuration easily using the
default options proposed by Mozilla. The default configuration is set to
"Intermediate", removing the weak ciphers used in the old
configurations.

The new variable can also be set to "Custom" for a more granular control.
This allows to set another three variables called:

- `matrix_nginx_proxy_ssl_protocols`,
- `matrix_nginx_proxy_ssl_prefer_server_ciphers`
- `matrix_nginx_proxy_ssl_ciphers`

Also a new task is added to validate the SSL configuration variable.
2020-12-16 10:35:37 +01:00
..
cron.d Stop using Ansible's cron module 2020-09-06 10:49:19 +03:00
nginx Add matrix_nginx_proxy_ssl_config 2020-12-16 10:35:37 +01:00
systemd Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
usr-local-bin Remove some more -v usage 2020-11-25 10:49:59 +02:00