Changeset - 8548876c068b
[Not reviewed]
0 2 0
Branko Majic (branko) - 7 years ago 2017-02-11 23:59:30
branko@majic.rs
MAR-90: Updated testsite to include the two new configuration options (to make sure they are applied correctly).
2 files changed with 13 insertions and 1 deletions:
0 comments (0 inline, 0 general)
testsite/group_vars/mail.yml
Show inline comments
 
@@ -29,4 +29,10 @@ smtp_allow_relay_from:
 
  - xmpp.{{ testsite_domain }}
 
  - web.{{ testsite_domain }}
 

	
 
imap_max_user_connections_per_ip: 50
 
\ No newline at end of file
 
imap_max_user_connections_per_ip: 50
 

	
 
mail_server_tls_protocols:
 
  - TLSv1.2
 
  - TLSv1.1
 

	
 
mail_server_tls_ciphers: "DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA:!aNULL:!MD5:!EXPORT"
 
\ No newline at end of file
testsite/group_vars/web.yml
Show inline comments
 
@@ -24,3 +24,9 @@ environment_indicator:
 

	
 
proxy_headers:
 
  Accept-Encoding: '"gzip"'
 

	
 
web_server_tls_protocols:
 
  - TLSv1.2
 
  - TLSv1.1
 

	
 
web_server_tls_ciphers: "DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES256-SHA:!aNULL:!MD5:!EXPORT"
 
\ No newline at end of file
0 comments (0 inline, 0 general)