Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

13 lines
606 B

  1. ---
  2. matrix_synapse_id_servers_public: ['vector.im', 'matrix.org']
  3. matrix_synapse_client_api_url_endpoint_public: "https://{{ matrix_server_fqn_matrix }}/_matrix/client/versions"
  4. matrix_synapse_federation_api_url_endpoint_public: "https://{{ matrix_server_fqn_matrix }}:8448/_matrix/federation/v1/version"
  5. # Tells whether this role had executed or not. Toggled to `true` during runtime.
  6. matrix_synapse_role_executed: false
  7. matrix_synapse_media_store_parent_path: "{{ matrix_synapse_media_store_path|dirname }}"
  8. matrix_synapse_media_store_directory_name: "{{ matrix_synapse_media_store_path|basename }}"