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
686 B

  1. ---
  2. - tags:
  3. - setup-all
  4. - setup-synapse
  5. block:
  6. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/ext/setup_uninstall.yml"
  7. - tags:
  8. - setup-all
  9. - setup-synapse
  10. block:
  11. - when: not matrix_synapse_workers_enabled | bool
  12. ansible.builtin.include_tasks: "{{ role_path }}/tasks/synapse/workers/setup_uninstall.yml"
  13. - tags:
  14. - setup-all
  15. - setup-synapse
  16. block:
  17. - ansible.builtin.include_tasks: "{{ role_path }}/tasks/synapse/setup_uninstall.yml"
  18. - tags:
  19. - setup-all
  20. - setup-synapse
  21. block:
  22. - when: not matrix_s3_media_store_enabled | bool
  23. ansible.builtin.include_tasks: "{{ role_path }}/tasks/goofys/setup_uninstall.yml"