Matrix Docker Ansible eploy
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
581 B

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