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.
|
- ---
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
- tags:
- - always
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: "run_setup | bool and matrix_jitsi_enabled | bool"
- tags:
- - setup-all
- - setup-jitsi
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_jitsi_base.yml"
- when: run_setup | bool
- tags:
- - setup-all
- - setup-jitsi
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_jitsi_web.yml"
- when: run_setup | bool
- tags:
- - setup-all
- - setup-jitsi
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_jitsi_prosody.yml"
- when: run_setup | bool
- tags:
- - setup-all
- - setup-jitsi
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_jitsi_jicofo.yml"
- when: run_setup | bool
- tags:
- - setup-all
- - setup-jitsi
-
- - ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_jitsi_jvb.yml"
- when: run_setup | bool
- tags:
- - setup-all
- - setup-jitsi
|