Allow matrix_user_uid/matrix_user_gid to be specified manually

This commit is contained in:
Slavi Pantaleev
2020-07-06 11:05:34 +03:00
parent 024d3b84de
commit 227f1a28e3
3 changed files with 8 additions and 10 deletions

View File

@ -26,6 +26,12 @@ matrix_federation_public_port: 8448
matrix_user_username: "matrix"
matrix_user_groupname: "matrix"
# By default, the playbook creates the user (`matrix_user_username`)
# and group (`matrix_user_groupname`) with a random id.
# To use a specific user/group id, override these variables.
matrix_user_uid: ~
matrix_user_gid: ~
matrix_base_data_path: "/matrix"
matrix_base_data_path_mode: "750"