letsencrypt.j2 440 B

1234567891011121314
  1. {% if ansible_controlled is defined and ansible_controlled != "" %}
  2. #
  3. # {{ ansible_controlled }}
  4. #
  5. {% endif %}
  6. # /etc/cron.d/letsencrypt-local:
  7. # Sign/renew non-existant/changed/expiring certificates generated with Let's
  8. # Encrypt
  9. SHELL=/bin/sh
  10. PATH=/bin:/sbin:/usr/bin:/usr/sbin
  11. MAILTO=root
  12. 42 0-7 * * * root dehydrated --cron 2>&1 1>/dev/null | grep -v 'WARNING.*Extra configuration directory.*exists, but no configuration found'