diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 04e053e326577c50fac9e2b748567ff7d1e611e4..d21654ce69aceb50764000c4fc5f024619ef10bd 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -938,11 +938,11 @@ Parameters 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') }}``) +**xmpp_tls_certificate** (string, mandatory) 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``. -**xmpp_tls_key** (string, optional, ``{{ lookup('file', tls_private_key_dir + '/' + fqdn + '_xmpp.key') }}``) +**xmpp_tls_key** (string, mandatory) Private key used for TLS for XMPP service. The file will be stored in directory ``/etc/ssl/private/`` under name ``{{ ansible_fqdn }}_xmpp.key``.