From 9f4ec45aaf4d141dd50c16a4d7007c65bdbd918b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 22 May 2020 20:24:38 +0000 Subject: [PATCH] commit 3b99eaf72d5cc552c2b5b874672d1729c3a5fa6e Author: Robert Kaussow Date: Fri May 22 22:21:55 2020 +0200 allow to control multiple cert groups --- index.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/index.md b/index.md index e94439a..6c54aaa 100644 --- a/index.md +++ b/index.md @@ -16,9 +16,8 @@ Setup [certbot](https://certbot.eff.org/) Let's Encrypt client. * [certbot_cron_file](#certbot-cron-file) * [certbot_cron_hour](#certbot-cron-hour) * [certbot_cron_minute](#certbot-cron-minute) - * [certbot_domains](#certbot-domains) + * [certbot_domain_groups](#certbot-domain-groups) * [certbot_email](#certbot-email) - * [certbot_initial_run_enabled](#certbot-initial-run-enabled) * [certbot_log_dir](#certbot-log-dir) * [certbot_packages_extra](#certbot-packages-extra) * [certbot_preferred_challenges](#certbot-preferred-challenges) @@ -43,7 +42,6 @@ Location of the certbot binary. Default is to `~/.local/.bin/certbot`. ```YAML certbot_command_arguments: - certonly - - -n -d {{ certbot_domains | join(',') }} ``` ### certbot_config_dir @@ -106,13 +104,17 @@ certbot_cron_hour: '3' certbot_cron_minute: '30' ``` -### certbot_domains +### certbot_domain_groups #### Default value ```YAML -certbot_domains: - - example.com +certbot_domain_groups: + - name: example + domains: + - '*.example.com' + - example.com + init: false ``` ### certbot_email @@ -123,14 +125,6 @@ certbot_domains: certbot_email: mail@example.com ``` -### certbot_initial_run_enabled - -#### Default value - -```YAML -certbot_initial_run_enabled: false -``` - ### certbot_log_dir #### Default value