Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sat Jun 12 17:48:57 2021 +0200

    fix venv command
This commit is contained in:
Robert Kaussow 2021-06-12 15:53:29 +00:00
parent e151477d03
commit e7340e9576
1 changed files with 18 additions and 0 deletions

View File

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