matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/tasks
Slavi Pantaleev ec0f936227 Try SSL renewal more frequently and reload later
It doesn't hurt to attempt renewal more frequently, as it only does
real work if it's actually necessary.

Reloading, we postpone some more, because certbot adds some random delay
(between 1 and 8 * 60 seconds) when renewing. We want to ensure
we reload at least 8 minutes later, which wasn't the case.

To make it even safer (in case future certbot versions use a longer
delay), we reload a whole hour later. We're in no rush to start using
the new certificates anyway, especially given that we attempt renewal
often.

Somewhat fixes #146 (Github Issue)
2019-04-23 17:59:02 +03:00
..
ssl Try SSL renewal more frequently and reload later 2019-04-23 17:59:02 +03:00
init.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
main.yml Make matrix-nginx-proxy role independent of others 2019-01-17 13:32:46 +02:00
self_check_well_known.yml Make self-check not validate self-signed certificates 2019-03-22 09:41:08 +02:00
self_check_well_known_file.yml Make self-check not validate self-signed certificates 2019-03-22 09:41:08 +02:00
setup_nginx_proxy.yml Do not force firewalld on people 2019-04-03 11:37:20 +03:00
setup_well_known.yml Split playbook into multiple roles 2019-01-12 18:01:10 +02:00
validate_config.yml Make matrix-nginx-proxy role independent of others 2019-01-17 13:32:46 +02:00