This commit is contained in:
Antoine Ouvrard
2021-05-04 17:27:25 +02:00
parent 5edcb56305
commit 2bc9af1308
14 changed files with 68 additions and 29 deletions
+7 -5
View File
@@ -1,9 +1,9 @@
---
- name: Ajout du compte SIP
- name: Ajout du compte SIP
debconf:
name: jigasi
question: jigasi/sip-account
value: '{{ jigasi_sip_account }}'
name: jigasi
question: jigasi/sip-account
value: '{{ jigasi_sip_account }}'
vtype: string
- name: Ajout du mot de passe SIP
@@ -22,4 +22,6 @@
lineinfile:
path: /etc/jitsi/jigasi/sip-communicator.properties
regexp: "org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME="
line: "org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME={{ jigasi_sip_room }}@conference.{{ inventory_hostname }}"
line:
# yamllint disable-line rule:line-length
"org.jitsi.jigasi.DEFAULT_JVB_ROOM_NAME={{ jigasi_sip_room }}@conference.{{ inventory_hostname }}"