Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

22 righe
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"