mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-30 23:07:57 +01:00 
			
		
		
		
	Allow matrix_user_uid/matrix_user_gid to be specified manually
This commit is contained in:
		| @@ -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" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user