Changeset - 85d2a408fd21
[Not reviewed]
0 1 0
Branko Majic (branko) - 9 years ago 2015-04-07 23:00:49
branko@majic.rs
MAR-4: Updated testsite to include Dovecot LDAP password and IMAP TLS configuration.
1 file changed with 5 insertions and 1 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/mail.yml
Show inline comments
 
@@ -16,8 +16,12 @@ mail_ldap:
 
  tls_truststore: /etc/ssl/certs/truststore.pem
 
  root_dn: dc=example,dc=com
 
  postfix_password: postfix
 
  dovecot_password: dovecot
 

	
 
mail_user:
 
  name: vmail
 
  uid: 5000
 
  gid: 5000
 
\ No newline at end of file
 
  gid: 5000
 

	
 
imap_tls_certificate: /etc/ssl/certs/mail.example.com_imap.pem
 
imap_tls_key: /etc/ssl/private/mail.example.com_imap.key
0 comments (0 inline, 0 general)