matrix-docker-ansible-deploy/roles/matrix-dimension
Chris van Dijk 741064a178 Fix group ownership of Dimension base path and config
Ansible will migrate the ownership of the base path and config path, but
manual intervention will be required in order to migrate the ownership
of files in those directories (i.e. dimension.db).

Stop the services:

  (local)$ ansible-playbook -i inventory/hosts setup.yml --tags=stop

Fix the permissions on the server:

  (server)# chown -Rv "{{ matrix_user_username }}:{{ matrix_user_username }}" "{{ matrix_dimension_base_path }}"

which would typically look like:

  (server)# chown -Rv matrix:matrix /matrix/dimension/

Reconfigure Dimension and start the services:

  (local)$ ansible-playbook -i inventory/hosts setup.yml --tags=setup-dimension,start
2020-05-01 19:28:30 +02:00
..
defaults Move config supprt for unfederated dimension into group_vars 2020-04-22 19:23:56 +02:00
tasks Fix group ownership of Dimension base path and config 2020-05-01 19:28:30 +02:00
templates/systemd Add support for more flexible container port exposing 2019-05-25 07:41:08 +09:00
vars Fix permission mode for some files 2019-03-09 21:15:16 +02:00