ansible/roles/certbot/defaults/main.yaml

35 lines
850 B
YAML
Raw Normal View History

2019-11-25 00:50:05 +00:00
---
certbot_package_name: certbot
2024-04-14 22:29:18 +00:00
certbot_package_state: latest
certbot_plugins:
- certbot-dns-cloudflare
- certbot-dns-digitalocean
- certbot-dns-dnsimple
- certbot-dns-dnsmadeeasy
- certbot-dns-gehirn
- certbot-dns-google
- certbot-dns-linode
- certbot-dns-luadns
- certbot-dns-nsone
- certbot-dns-ovh
- certbot-dns-rfc2136
- certbot-dns-route53
- certbot-dns-sakuracloud
2019-11-27 22:10:19 +00:00
certbot_service_name: certbot.service
2024-04-14 22:29:18 +00:00
certbot_bin_path: /usr/local/bin
certbot_path: "{{ certbot_bin_path }}/certbot"
2019-11-27 22:10:19 +00:00
certbot_timer_name: certbot.timer
certbot_timer_state: started
2024-04-14 22:29:18 +00:00
certbot_timer_enabled: true
2019-11-27 22:10:19 +00:00
2024-04-14 22:29:18 +00:00
certbot_etc_path: /etc/letsencrypt
certbot_live_path: "{{ certbot_etc_path }}/live"
2019-11-27 22:10:19 +00:00
certbot_system_timer_on_calender: "*-*-* 00,12:00:00"
certbot_system_timer_randomized_delay_sec: 43200
2024-04-14 22:29:18 +00:00
certbot_credential_path: /root/.secrets/certbot