mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-11-04 09:08:56 +01:00 
			
		
		
		
	* Created role for synapse-usage-exporter * Apply suggestions from code review Co-authored-by: Slavi Pantaleev <slavi@devture.com> * Renaming docker variables and moving synapse stats config location * Respect devture_systemd_docker_base_docker_service_name --------- Co-authored-by: Slavi Pantaleev <slavi@devture.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			475 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			475 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
 | 
						|
- tags:
 | 
						|
    - setup-all
 | 
						|
    - setup-synapse-usage-exporter
 | 
						|
    - install-all
 | 
						|
    - install-synapse-usage-exporter
 | 
						|
  block:
 | 
						|
    - when: matrix_synapse_usage_exporter_enabled | bool
 | 
						|
      ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
 | 
						|
 | 
						|
- tags:
 | 
						|
    - setup-all
 | 
						|
    - setup-synapse-usage-exporter
 | 
						|
  block:
 | 
						|
    - when: not matrix_synapse_usage_exporter_enabled | bool
 | 
						|
      ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
 |