matrix-docker-ansible-deploy/roles/matrix-nginx-proxy/tasks/ssl
Slavi Pantaleev e1690722f7 Replace cronjobs with systemd timers
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/756

Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/737

I feel like timers are somewhat more complicated and dirty (compared to
cronjobs), but they come with these benefits:

- log output goes to journald
- on newer systemd distros, you can see when the timer fired, when it
will fire, etc.
- we don't need to rely on cron (reducing our dependencies to just
systemd + Docker)

Cronjobs work well, but it's one more dependency that needs to be
installed. We were even asking people to install it manually
(in `docs/prerequisites.md`), which could have gone unnoticed.

Once in a while someone says "my SSL certificates didn't renew"
and it's likely because they forgot to install a cron daemon.

Switching to systemd timers means that installation is simpler
and more unified.
2021-01-14 23:35:50 +02:00
..
main.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00
setup_ssl_lets_encrypt.yml Replace cronjobs with systemd timers 2021-01-14 23:35:50 +02:00
setup_ssl_lets_encrypt_obtain_for_domain.yml Remove some more -v usage 2020-11-25 10:49:59 +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 Removed a few syntax bugs in Archlinux configuration 2020-03-28 13:00:01 +01:00
setup_ssl_self_signed_obtain_for_domain.yml Allow the matrix user username and groupname to be configured separately 2020-05-01 19:59:32 +02:00