changed task for transport config
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user