Author: Robert Kaussow <mail@geeklabor.de>
Date:   Fri May 22 22:21:55 2020 +0200

    allow to control multiple cert groups
This commit is contained in:
Robert Kaussow 2020-05-22 20:24:38 +00:00
parent 7455914b7b
commit 9f4ec45aaf
1 changed files with 8 additions and 14 deletions

View File

@ -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