commit 14604df568
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sat Jun 12 17:48:57 2021 +0200 fix venv command
This commit is contained in:
parent
e151477d03
commit
e7340e9576
18
index.md
18
index.md
@ -26,6 +26,8 @@ Setup [certbot](https://certbot.eff.org/) Let's Encrypt client.
|
||||
* [certbot_server](#certbot_server)
|
||||
* [certbot_user](#certbot_user)
|
||||
* [certbot_version](#certbot_version)
|
||||
* [certbot_virtualenv](#certbot_virtualenv)
|
||||
* [certbot_virtualenv_command](#certbot_virtualenv_command)
|
||||
* [certbot_work_dir](#certbot_work_dir)
|
||||
* [Dependencies](#dependencies)
|
||||
|
||||
@ -195,6 +197,22 @@ Set a fix version of the certbot package to install.
|
||||
certbot_version: _unset_
|
||||
```
|
||||
|
||||
### certbot_virtualenv
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_virtualenv: /opt/python3/certbot
|
||||
```
|
||||
|
||||
### certbot_virtualenv_command
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
certbot_virtualenv_command: /usr/bin/python3 -m venv
|
||||
```
|
||||
|
||||
### certbot_work_dir
|
||||
|
||||
#### Default value
|
||||
|
Loading…
Reference in New Issue
Block a user