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