Le puse bien el puerto al stun
Antes era 8443 y es 3478
This commit is contained in:
parent
ca5577dcad
commit
c7fe634082
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@
|
|||
- name: Add STUN server to NextCloud Spreed
|
||||
ansible.builtin.shell:
|
||||
cmd: |
|
||||
/usr/bin/php "{{ nextcloud_occ }}" talk:stun:delete {{ turn_fqdn }}:8443
|
||||
/usr/bin/php "{{ nextcloud_occ }}" talk:stun:add {{ turn_fqdn }}:8443
|
||||
/usr/bin/php "{{ nextcloud_occ }}" talk:stun:delete {{ turn_fqdn }}:3478
|
||||
/usr/bin/php "{{ nextcloud_occ }}" talk:stun:add {{ turn_fqdn }}:3478
|
||||
become: true
|
||||
become_user: "{{ web_user }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue