--- xmpp_domains: "{{ ansible_domain }}" xmpp_ldap_filter: '(mail=$user@$host)' xmpp_ldap_scope: subtree xmpp_ldap_base: "{{ ansible_domain | regex_replace('\\.', ',dc=') | regex_replace('^', 'dc=') }}" xmpp_tls_certificate: "{{ tls_certificate_dir }}/{{ ansible_fqdn }}_xmpp.pem" xmpp_tls_key: "{{ tls_private_key_dir }}/{{ ansible_fqdn }}_xmpp.key"