本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Add `matrix_user_system` variable for controlling if `matrix` user is created as a system user
This defaults to `true`, as before.
pull/4285/head
Slavi Pantaleev
1 年之前
父節點
ffde4fcb80
當前提交
14aef55573
共有
2 個檔案被更改
,包括
2 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/custom/matrix-base/defaults/main.yml
+1
-1
roles/custom/matrix-base/tasks/setup_matrix_user.yml
+ 1
- 0
roles/custom/matrix-base/defaults/main.yml
查看文件
@@ -177,6 +177,7 @@ matrix_container_global_registry_prefix_override: ""
matrix_user_username: "matrix"
matrix_user_groupname: "matrix"
matrix_user_system: true
# By default, the playbook creates the user (`matrix_user_username`)
# and group (`matrix_user_groupname`) with a random ID.
+ 1
- 1
roles/custom/matrix-base/tasks/setup_matrix_user.yml
查看文件
@@ -20,7 +20,7 @@
group: "{{ matrix_user_groupname }}"
home: "{{ matrix_base_data_path }}"
create_home: false
system: true
system:
"{{ ma
tr
ix_
u
s
e
r_system }}"
register: matrix_user
- name: Initialize matrix_user_uid and matrix_user_gid
Write
Preview
Loading…
取消
儲存