Le puse bien el puerto al stun

Antes era 8443 y es 3478
This commit is contained in:
Renich Bon Ćirić 2022-10-11 22:00:19 -05:00
parent ca5577dcad
commit c7fe634082

View file

@ -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 }}"