commit 51d6e57bc1
Author: Robert Kaussow <mail@geeklabor.de> Date: Sat May 23 02:06:26 2020 +0200 use pip3 during molecule run
This commit is contained in:
parent
9f4ec45aaf
commit
11fc67c192
9
index.md
9
index.md
@ -20,6 +20,7 @@ Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
* [certbot_email](#certbot-email)
|
||||
* [certbot_log_dir](#certbot-log-dir)
|
||||
* [certbot_packages_extra](#certbot-packages-extra)
|
||||
* [certbot_pip](#certbot-pip)
|
||||
* [certbot_preferred_challenges](#certbot-preferred-challenges)
|
||||
* [certbot_rsa_key_size](#certbot-rsa-key-size)
|
||||
* [certbot_server](#certbot-server)
|
||||
@ -143,6 +144,14 @@ Extra packages to install with pip (e.g. DNS plugins).
|
||||
certbot_packages_extra: []
|
||||
```
|
||||
|
||||
### certbot_pip
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_pip: pip{{ ansible_python.version.major }}
|
||||
```
|
||||
|
||||
### certbot_preferred_challenges
|
||||
|
||||
#### Default value
|
||||
|
Loading…
Reference in New Issue
Block a user