Changeset - d5b70f2e098c
[Not reviewed]
0 2 0
Branko Majic (branko) - 4 years ago 2020-08-25 19:41:51
branko@majic.rs
MAR-162: Drop the references to parameters tls_private_key_dir and tls_certificate_dir from documentation.
2 files changed with 2 insertions and 15 deletions:
0 comments (0 inline, 0 general)
docs/releasenotes.rst
Show inline comments
 
@@ -19,6 +19,8 @@ Breaking changes:
 
* All roles
 

	
 
  * Support for Debian 8 Jessie has been dropped.
 
  * Common parameters ``tls_private_key_dir`` and
 
    ``tls_certificate_dir`` are no longer used.
 
  * TLS private key and certificate parameters are now mandatory.
 

	
 
* ``mail_forwarder`` role
docs/rolereference.rst
Show inline comments
 
@@ -19,21 +19,6 @@ deployment. This section lists such parameters.
 
  automatically (see the role reference for details on parameters that need to
 
  be provided in the case).
 

	
 
**tls_private_key_dir** (string, optional if paths to private keys for all roles are explicitly specified)
 
  Path to directory on Ansible host that contains the private keys used by
 
  services deployed by various roles. When TLS keys are not explicitly defined
 
  in a role, this is the directory where the TLS key will be looked-up during
 
  Ansible run. Expected filename pattern is ``FQDN_SERVICE.key`` (for example,
 
  ``mail.example.com_smtp.key`` or ``xmpp.example.com_xmpp.key``).
 

	
 
**tls_certificate_dir** (string, optional if paths to certificate files for all roles are explicitly specified)
 
  Path to directory on Ansible host that contains the X.509 certificate files
 
  used by services deployed by various roles. When X.509 certificate is not
 
  explicitly defined in a role, this is the directory where the X.509
 
  certificate will be looked-up during Ansible run. Expected filename pattern is
 
  ``FQDN_SERVICE.pem`` (for example, ``mail.example.com_smtp.pem`` or
 
  ``xmpp.example.com_xmpp.pem``).
 

	
 

	
 
Preseed
 
-------
0 comments (0 inline, 0 general)