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.
 
 

50 lines
1.0 KiB

  1. - import_tasks: "{{ role_path }}/tasks/init.yml"
  2. tags:
  3. - always
  4. - import_tasks: "{{ role_path }}/tasks/init_jibri.yml"
  5. tags:
  6. - always
  7. - import_tasks: "{{ role_path }}/tasks/validate_config.yml"
  8. when: "run_setup|bool and matrix_jitsi_enabled|bool"
  9. tags:
  10. - setup-all
  11. - setup-jitsi
  12. - import_tasks: "{{ role_path }}/tasks/setup_jitsi_base.yml"
  13. when: run_setup|bool
  14. tags:
  15. - setup-all
  16. - setup-jitsi
  17. - import_tasks: "{{ role_path }}/tasks/setup_jitsi_web.yml"
  18. when: run_setup|bool
  19. tags:
  20. - setup-all
  21. - setup-jitsi
  22. - import_tasks: "{{ role_path }}/tasks/setup_jitsi_prosody.yml"
  23. when: run_setup|bool
  24. tags:
  25. - setup-all
  26. - setup-jitsi
  27. - import_tasks: "{{ role_path }}/tasks/setup_jitsi_jicofo.yml"
  28. when: run_setup|bool
  29. tags:
  30. - setup-all
  31. - setup-jitsi
  32. - import_tasks: "{{ role_path }}/tasks/setup_jitsi_jvb.yml"
  33. when: run_setup|bool
  34. tags:
  35. - setup-all
  36. - setup-jitsi
  37. - import_tasks: "{{ role_path }}/tasks/setup_jitsi_jibri.yml"
  38. when: run_setup|bool
  39. tags:
  40. - setup-all
  41. - setup-jitsi