diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 68af373fba627fde71e08d398f3d34d87ceabf68..64181e092e44b42165bdc41b1fcaf4b906d68e65 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -894,6 +894,12 @@ Parameters Fully qualified domain name, hostname, or IP address of the LDAP server used for user authentication and listing. +**xmpp_prosody_package** (string, optional, ``prosody-0.10``) + Name of Prosody package from the Prosody repositories to + install. This makes it possible to easily test the latest Prosody or + to switch to a different nightly builds. It should be noted that + only the default version is getting properly tested. + **xmpp_tls_certificate** (string, optional, ``{{ lookup('file', tls_certificate_dir + '/' + fqdn + '_xmpp.pem') }}``) X.509 certificate used for TLS for XMPP service. The file will be stored in directory ``/etc/ssl/certs/`` under name ``{{ ansible_fqdn }}_xmpp.pem``.