mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-17 18:40:39 +02:00
added a role variable to set global certbot options in configuration file
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
---
|
||||
# Global options for configuration file
|
||||
certbot_config_file_options: {}
|
||||
|
||||
# Certbot auto-renew cron job configuration (for certificate renewals).
|
||||
certbot_auto_renew: true
|
||||
certbot_auto_renew_user: "{{ ansible_user }}"
|
||||
|
||||
Reference in New Issue
Block a user