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.
 
 

21 rivejä
582 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-synapse-reverse-proxy-companion
  5. - setup-synapse
  6. - install-all
  7. - install-synapse-reverse-proxy-companion
  8. - install-synapse
  9. block:
  10. - when: matrix_synapse_reverse_proxy_companion_enabled | bool
  11. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  12. - tags:
  13. - setup-all
  14. - setup-synapse-reverse-proxy-companion
  15. - setup-synapse
  16. block:
  17. - when: not matrix_synapse_reverse_proxy_companion_enabled | bool
  18. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"