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.
 
 

28 lines
904 B

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