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.
 
 

34 lines
880 B

  1. # SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - tags:
  6. - setup-all
  7. - setup-synapse
  8. block:
  9. - when: not matrix_synapse_enabled | bool
  10. ansible.builtin.include_tasks: "{{ role_path }}/tasks/ext/setup_uninstall.yml"
  11. - tags:
  12. - setup-all
  13. - setup-synapse
  14. block:
  15. - when: not matrix_synapse_workers_enabled | bool
  16. ansible.builtin.include_tasks: "{{ role_path }}/tasks/synapse/workers/setup_uninstall.yml"
  17. - tags:
  18. - setup-all
  19. - setup-synapse
  20. block:
  21. - when: not matrix_synapse_enabled | bool
  22. ansible.builtin.include_tasks: "{{ role_path }}/tasks/synapse/setup_uninstall.yml"
  23. - tags:
  24. - setup-all
  25. - setup-synapse
  26. block:
  27. - when: not matrix_s3_media_store_enabled | bool
  28. ansible.builtin.include_tasks: "{{ role_path }}/tasks/goofys/setup_uninstall.yml"