Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- MAILTO="{{ matrix_ssl_support_email }}"
-
- # The goal of this cronjob is to ask certbot to check
- # the current SSL certificates and to see if some need renewal.
- # If so, it would attempt to renew.
- #
- # Various services depend on these certificates and would need to be restarted.
- # This is not our concern here. We simply make sure the certificates are up to date.
- # Restarting of services happens on its own different schedule (other cronjobs).
-
- {{ matrix_ssl_renew_cron_time_definition }} root /bin/bash /usr/local/bin/matrix-ssl-certificates-renew
|