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.
 
 

26 line
758 B

  1. # SPDX-FileCopyrightText: 2024 Michael Hollister
  2. # SPDX-FileCopyrightText: 2025 Slavi Pantaleev
  3. #
  4. # SPDX-License-Identifier: AGPL-3.0-or-later
  5. ---
  6. - tags:
  7. - setup-all
  8. - setup-synapse-usage-exporter
  9. - install-all
  10. - install-synapse-usage-exporter
  11. block:
  12. - when: matrix_synapse_usage_exporter_enabled | bool
  13. ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
  14. - when: matrix_synapse_usage_exporter_enabled | bool
  15. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  16. - tags:
  17. - setup-all
  18. - setup-synapse-usage-exporter
  19. block:
  20. - when: not matrix_synapse_usage_exporter_enabled | bool
  21. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"