matrix-docker-ansible-deploy/roles/matrix-nginx-proxy
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
..
defaults Add matrix_nginx_proxy_ssl_config 2020-12-16 10:35:37 +01:00
tasks Add matrix_nginx_proxy_ssl_config 2020-12-16 10:35:37 +01:00
templates Add matrix_nginx_proxy_ssl_config 2020-12-16 10:35:37 +01:00
vars Make matrix-nginx-proxy role independent of others 2019-01-17 13:32:46 +02:00