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