mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-20 09:11:43 +02:00
21 lines
461 B
YAML
21 lines
461 B
YAML
---
|
|
# Where to get Certbot.
|
|
certbot_repo: https://github.com/certbot/certbot.git
|
|
certbot_version: master
|
|
certbot_keep_updated: yes
|
|
|
|
# Where to put Certbot.
|
|
certbot_dir: /opt/certbot
|
|
|
|
# How to keep Certbot certs up to date.
|
|
certbot_auto_renew: true
|
|
certbot_auto_renew_user: "{{ ansible_user }}"
|
|
certbot_auto_renew_hour: 3
|
|
certbot_auto_renew_minute: 30
|
|
|
|
# Install certificates
|
|
certbot_webserver: apache
|
|
certbot_email: ""
|
|
certbot_domain: ""
|
|
certbot_subdomains: []
|