This commit is contained in:
Antoine Ouvrard
2021-04-30 19:46:14 +02:00
parent ef7e1a2729
commit c53cfeda12
30 changed files with 92 additions and 80 deletions
@@ -4,4 +4,4 @@
name: prosody
state: restarted
daemon_reload: true
enabled: true
enabled: true
@@ -16,11 +16,11 @@
regexp: '{{ item[0] }}'
replace: '{{ item[1] }}'
loop:
- ['host = "{{ inventory_hostname }}"','host = "{{ coturn_hostname }}"']
- ['-- https_ports = { };','https_ports = { };']
- ['host = "{{ inventory_hostname }}"', 'host = "{{ coturn_hostname }}"']
- ['-- https_ports = { };', 'https_ports = { };']
- ['^external_service_secret =', '-- external_service_secret =']
- ['port = 3478','port = 443']
- ['port = 5349','port = 443']
- ['port = 3478', 'port = 443']
- ['port = 5349', 'port = 443']
notify: restart prosody
- name: indique a jitsi les règles d'échange des credentials pour le coturn externe