lint
This commit is contained in:
@@ -21,10 +21,16 @@
|
||||
|
||||
- name: utilisateur jibri pour prosody (auth)
|
||||
command: prosodyctl register {{ item.user }} auth.{{ inventory_hostname }} {{ item.password }}
|
||||
args:
|
||||
# Prosody remplace les points par des '%2e' dans le chemin du fichier
|
||||
creates: /var/lib/prosody/{{ 'auth%2e'+inventory_hostname | replace('.', '%2e') }}/accounts/{{ item.user }}.dat
|
||||
loop: "{{ jibri_users }}"
|
||||
|
||||
- name: utilisateur jibri pour prosody (recorder)
|
||||
command: prosodyctl register {{ item.user }}-record recorder.{{ inventory_hostname }} {{ item.password }}
|
||||
args:
|
||||
# Prosody remplace les points par des '%2e' dans le chemin du fichier
|
||||
creates: /var/lib/prosody/{{ 'auth%2e'+inventory_hostname | replace('.', '%2e') }}/accounts/{{ item.user }}.dat
|
||||
loop: "{{ jibri_users }}"
|
||||
|
||||
- name: authentification jicofo
|
||||
@@ -39,14 +45,14 @@
|
||||
- restart jitsi-videobridge2
|
||||
- restart jicofo
|
||||
|
||||
- name: livestreaming
|
||||
- name: livestreaming
|
||||
lineinfile:
|
||||
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
||||
insertafter: "[^?]// liveStreamingEnabled:"
|
||||
line: "liveStreamingEnabled: true,"
|
||||
|
||||
- name: hidden domain
|
||||
- name: hidden domain
|
||||
lineinfile:
|
||||
path: /etc/jitsi/meet/{{ inventory_hostname }}-config.js
|
||||
insertbefore: "[^?]// List of undocumented"
|
||||
line: "hiddenDomain: 'recorder.{{ inventory_hostname}}',"
|
||||
line: "hiddenDomain: 'recorder.{{ inventory_hostname }}',"
|
||||
|
||||
Reference in New Issue
Block a user