Fixes #37: Make renew command configurable.

This commit is contained in:
Jeff Geerling
2017-10-31 10:09:41 -05:00
parent f00a0ba181
commit 574c0843c8
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -4,6 +4,7 @@ certbot_auto_renew: true
certbot_auto_renew_user: "{{ ansible_user }}"
certbot_auto_renew_hour: 3
certbot_auto_renew_minute: 30
certbot_auto_renew_options: "--quiet --no-self-upgrade"
# To install from source (on older OSes or if you need a specific or newer
# version of Certbot), set this variable to `yes` and configure other options.