Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

42 líneas
997 B

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