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 lines
495 B

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