homelab/prosody.yml
Ivan Reshetnikov 5ad6bb9aee
Fix issues with prosody
You may need to flush your dns cache and re-login.
2024-10-29 02:11:02 +05:00

13 lines
549 B
YAML

---
- hosts: webservers
roles:
- name: prosody
postgresql_password: "{{ postgresql_users.prosody }}"
virtual_host: xmpp.comfycamp.space
muc_domain: conference.comfycamp.space
http_file_share_domain: upload.comfycamp.space
tls_cert_path: /etc/letsencrypt/live/comfycamp.space/fullchain.pem
tls_key_path: /etc/letsencrypt/live/comfycamp.space/privkey.pem
ldap_password: "{{ ldap_password }}"
turn_external_host: "turn.comfycamp.space"
turn_external_secret: "{{ coturn_static_auth_secret }}"