mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-07 23:14:58 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
15
roles/jitsi_videobridge/tasks/facts.yml
Normal file
15
roles/jitsi_videobridge/tasks/facts.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
- name: Generate a random pass for videobridge
|
||||
block:
|
||||
- import_tasks: ../includes/get_rand_pass.yml
|
||||
vars:
|
||||
- pass_file: "{{ jitsi_root_dir }}/meta/ansible_videobridge_xmpp_pass"
|
||||
- set_fact: jitsi_videobridge_xmpp_pass={{ rand_pass }}
|
||||
when: jitsi_videobridge_xmpp_pass is not defined
|
||||
tags: jitsi
|
||||
|
||||
- name: Check if videobridge is built
|
||||
stat: path={{ jitsi_root_dir }}/videobridge/jvb.sh
|
||||
register: jitsi_videobridge_script
|
||||
tags: jitsi
|
Reference in New Issue
Block a user