使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
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 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存