mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Add support for matrix_dimension_systemd_{required,wanted}_services_list
We were referencing them from `group_vars/matrix_servers` since recently, but there were no such variables and they weren't being put to use.
This commit is contained in:
		| @@ -15,6 +15,12 @@ matrix_dimension_base_path: "{{ matrix_base_data_path }}/dimension" | ||||
| matrix_dimension_docker_image: "docker.io/turt2live/matrix-dimension:latest" | ||||
| matrix_dimension_docker_image_force_pull: "{{ matrix_dimension_docker_image.endswith(':latest') }}" | ||||
|  | ||||
| # List of systemd services that matrix-dimension.service depends on. | ||||
| matrix_dimension_systemd_required_services_list: ['docker.service'] | ||||
|  | ||||
| # List of systemd services that matrix-dimension.service wants | ||||
| matrix_dimension_systemd_wanted_services_list: [] | ||||
|  | ||||
| # The user and group id correspond to the node user in the `turt2live/matrix-dimension` image. | ||||
| matrix_dimension_user_uid: '1000' | ||||
| matrix_dimension_user_gid: '1000' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user