Coturn working

This commit is contained in:
Jade Ellis
2024-11-19 15:53:05 +00:00
parent e885f6c8ad
commit cb0edd90be
5 changed files with 74 additions and 24 deletions
+4
View File
@@ -58,6 +58,10 @@
ansible.posix.synchronize:
src: ../stalwart/
dest: /etc/stalwart
- name: Copy coturn config
ansible.posix.synchronize:
src: ../coturn/
dest: /etc/coturn
# Pull mautrix config:
# rsync --rsync-path="sudo rsync" -r -t -z -P --include "*/" --include="*.yaml" --exclude="*" ansible@213.32.25.24:/var/opt/mautrix/ ./mautrix
- name: Copy mautrix config