diff --git a/docs/rolereference.rst b/docs/rolereference.rst index 087e4aa5f5ad31389d14e252de07c5f66dabc036..fcdf6782d348ededf8470b90b28c7ed57830c7a6 100644 --- a/docs/rolereference.rst +++ b/docs/rolereference.rst @@ -1102,7 +1102,7 @@ Parameters LDAP URL that should be used for connecting to the LDAP server for doing domain/user look-ups. -**mail_ldap_tls_truststore** (string, optional, ``{{ lookup('file', tls_certificate_dir + '/truststore.pem') }}``) +**mail_ldap_tls_truststore** (string, mandatory) X.509 certificate chain used for issuing certificate for the LDAP service. The file will be stored in locations ``/etc/ssl/certs/mail_ldap_tls_truststore.pem`` and ``/var/spool/postfix/etc/ssl/certs/mail_ldap_tls_truststore.pem``. @@ -1147,11 +1147,11 @@ Parameters value can be considered rather low, since two devices (computer and phone) will easily reach it. -**imap_tls_certificate** (string, optional, ``{{ lookup('file', tls_certificate_dir + '/' ansible_fqdn + '_imap.pem') }}``) +**imap_tls_certificate** (string, mandatory) X.509 certificate used for TLS for IMAP service. The file will be stored in directory ``/etc/ssl/certs/`` under name ``{{ ansible_fqdn }}_imap.pem``. -**imap_tls_key** (string, optional, ``{{ lookup('file', tls_private_key_dir + '/' ansible_fqdn + '_imap.key') }}``) +**imap_tls_key** (string, mandatory) Private key used for TLS for IMAP service. The file will be stored in directory ``/etc/ssl/private/`` under name ``{{ ansible_fqdn }}_imap.key``. @@ -1162,11 +1162,11 @@ Parameters recipients/aliases, while the value provided should be a space-separated list of mail addresses (or local users) where the mails should be forwarded. -**smtp_tls_certificate** (string, optional, ``{{ lookup('file', tls_certificate_dir + '/' ansible_fqdn + '_smtp.pem') }}``) +**smtp_tls_certificate** (string, mandatory) X.509 certificate used for TLS for SMTP service. The file will be stored in directory ``/etc/ssl/certs/`` under name ``{{ ansible_fqdn }}_smtp.pem``. -**smtp_tls_key** (string, optional, ``{{ lookup('file', tls_private_key_dir + '/' ansible_fqdn + '_smtp.key') }}``) +**smtp_tls_key** (string, mandatory) Private key used for TLS for SMTP service. The file will be stored in directory ``/etc/ssl/private/`` under name ``{{ ansible_fqdn }}_smtp.key``.