changed task for transport config

This commit is contained in:
Ebbe Baß
2026-07-29 15:46:07 +02:00
parent 7bdbc0e5bb
commit 2ea9c78668
@@ -143,7 +143,7 @@
- name: Deploy Janus WebSocket transport configuration - name: Deploy Janus WebSocket transport configuration
ansible.builtin.copy: ansible.builtin.copy:
dest: "{{ nc_talk_hpb_install_dir }}/config/janus/janus.transport.websockets.jcfg" dest: "{{ nc_talk_hpb_install_dir }}/config/janus/janus.transport.websockets.jcfg"
mode: "0640" mode: "0644"
content: | content: |
general: { general: {
} }
@@ -156,7 +156,6 @@
ws: { ws: {
ws = true ws = true
ws_port = 8188 ws_port = 8188
ws_ip = "127.0.0.1"
} }
wss: { wss: {