3
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-12-14 04:52:39 +00:00

Introduce a separate group variable (matrix_user_groupname)

Related to #485 (Github Pull Request).
This commit is contained in:
Slavi Pantaleev
2020-05-06 10:01:39 +03:00
40 changed files with 81 additions and 80 deletions

View File

@@ -22,6 +22,7 @@ matrix_server_fqn_dimension: "dimension.{{ matrix_domain }}"
matrix_server_fqn_jitsi: "jitsi.{{ matrix_domain }}"
matrix_user_username: "matrix"
matrix_user_groupname: "matrix"
matrix_base_data_path: "/matrix"
matrix_base_data_path_mode: "750"