-
-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #19 follow-up: Docs fixes and reordering defaults.
- Loading branch information
1 parent
3b47bfb
commit 01d801c
Showing
3 changed files
with
16 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
--- | ||
# Where to get Certbot. | ||
# Certbot auto-renew cron job configuration (for certificate renewals). | ||
certbot_auto_renew: true | ||
certbot_auto_renew_user: "{{ ansible_user }}" | ||
certbot_auto_renew_hour: 3 | ||
certbot_auto_renew_minute: 30 | ||
|
||
# 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. | ||
certbot_install_from_source: no | ||
certbot_repo: https://github.com/certbot/certbot.git | ||
certbot_version: master | ||
certbot_keep_updated: yes | ||
|
||
# Where to put Certbot when cloning from Git. | ||
# Where to put Certbot when installing from source. | ||
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 |
This file was deleted.
Oops, something went wrong.