Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

21 lignes
582 B

  1. ---
  2. - block:
  3. - when: matrix_synapse_reverse_proxy_companion_enabled | bool
  4. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  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: not matrix_synapse_reverse_proxy_companion_enabled | bool
  14. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  15. tags:
  16. - setup-all
  17. - setup-synapse-reverse-proxy-companion
  18. - setup-synapse