Actualización de parámetros de app talk de nextclud a versión 28.0.3

This commit is contained in:
Iván Chavero 2024-05-14 19:24:21 -06:00
parent cbbf36645a
commit 5ae17c2ecf

View file

@ -20,7 +20,7 @@
ansible.builtin.shell:
cmd: |
/usr/bin/php "{{ nextcloud_occ }}" talk:turn:delete {{ turn_fqdn }}:3478 udp,tcp
/usr/bin/php "{{ nextcloud_occ }}" talk:turn:add --secret={{ turn_static_auth_secret }} -- {{ turn_fqdn }}:3478 udp,tcp
/usr/bin/php "{{ nextcloud_occ }}" talk:turn:add --secret={{ turn_static_auth_secret }} -- turn,turns {{ turn_fqdn }}:3478 udp,tcp
become: true
become_user: "{{ web_user }}"