mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 00:58:56 +01:00 
			
		
		
		
	Update roles/matrix-bridge-mautrix-signal/defaults/main.yml
Improved setup through template file Co-authored-by: Jan <31133207+Jaffex@users.noreply.github.com>
This commit is contained in:
		@@ -96,21 +96,6 @@ matrix_mautrix_signal_configuration_extension_yaml: |
 | 
			
		||||
  #
 | 
			
		||||
  # If you need something more special, you can take full control by
 | 
			
		||||
  # completely redefining `matrix_mautrix_signal_configuration_yaml`.
 | 
			
		||||
  #
 | 
			
		||||
  # Permissions for using the bridge.
 | 
			
		||||
  # Permitted values:
 | 
			
		||||
  #      relay - Allowed to be relayed through the bridge, no access to commands.
 | 
			
		||||
  #       user - Use the bridge with puppeting.
 | 
			
		||||
  #      admin - Use and administrate the bridge.
 | 
			
		||||
  # Permitted keys:
 | 
			
		||||
  #        * - All Matrix users
 | 
			
		||||
  #   domain - All users on that homeserver
 | 
			
		||||
  #     mxid - Specific user
 | 
			
		||||
  #
 | 
			
		||||
  bridge:
 | 
			
		||||
    permissions:
 | 
			
		||||
      {{ matrix_mautrix_signal_homeserver_domain }}: "{{ "relay" if matrix_mautrix_signal_relaybot_enabled else "user" }}"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
matrix_mautrix_signal_configuration_extension: "{{ matrix_mautrix_signal_configuration_extension_yaml|from_yaml if matrix_mautrix_signal_configuration_extension_yaml|from_yaml is mapping else {} }}"
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user