From e7340e957698cc3c01a6a5f758b2655664aaa1d2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 12 Jun 2021 15:53:29 +0000 Subject: [PATCH] commit 14604df568eafd95d60373063e524bb70fc67793 Author: Robert Kaussow Date: Sat Jun 12 17:48:57 2021 +0200 fix venv command --- index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index.md b/index.md index 1eba726..4d97bb6 100644 --- a/index.md +++ b/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