Files
deploy_home/ansible/roles/http/tasks/cron.yml
2020-09-24 21:06:56 -04:00

11 lines
282 B
YAML

---
- cron: renew certbot ssl certificate weekly
cron:
name: ci_bdebyl_net_renewal
special_time: weekly
job: |
certbot --renew certonly --webroot --webroot-path=/srv/http \
-m {{ ci_server_email }} --agree-tos \
-d {{ ci_server_name }}
tags: never