From 7d667adcf28ceac15044b1d6b2d5da929e217537 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 9 Feb 2022 18:32:42 +0000 Subject: [PATCH] commit 165c599fa12a11626102f111e3bdf8271723e8cc Author: Robert Kaussow Date: Wed Feb 9 19:29:50 2022 +0100 feat: add variables to configure the virtualenv --- index.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index f68503b..e61c53e 100644 --- a/index.md +++ b/index.md @@ -62,6 +62,8 @@ Setup a [matrix-synapse](https://github.com/matrix-org/synapse) chat server. Mat * [matrix_user](#matrix_user) * [matrix_user_home](#matrix_user_home) * [matrix_version](#matrix_version) + * [matrix_virtualenv](#matrix_virtualenv) + * [matrix_virtualenv_command](#matrix_virtualenv_command) * [matrix_web_client_location](#matrix_web_client_location) * [Dependencies](#dependencies) @@ -370,7 +372,6 @@ matrix_packages: - tcl-devel - tk-devel - redhat-rpm-config - - python36-devel - libffi-devel - openssl-devel ``` @@ -527,6 +528,22 @@ matrix_user_home: /home/{{ matrix_user }} matrix_version: 1.26.0 ``` +### matrix_virtualenv + +#### Default value + +```YAML +matrix_virtualenv: '{{ matrix_base_dir }}/env' +``` + +### matrix_virtualenv_command + +#### Default value + +```YAML +matrix_virtualenv_command: /usr/bin/python3 -m venv +``` + ### matrix_web_client_location #### Default value