Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
haproxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
haproxy
Commits
cb21b718
Commit
cb21b718
authored
Jul 5, 2019
by
Tilman Vatteroth
Browse files
Options
Downloads
Patches
Plain Diff
fixes typos
parent
a472ddba
No related branches found
No related tags found
1 merge request
!13
Sets the default ssl ciphers to mozillas intermediate config
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
defaults/main.yml
+3
-3
3 additions, 3 deletions
defaults/main.yml
with
3 additions
and
3 deletions
defaults/main.yml
+
3
−
3
View file @
cb21b718
...
...
@@ -12,7 +12,7 @@ haproxy_acme_backend_name: "acmetool"
_haproxy_ssl_options
:
'
no-sslv3
no-tlsv10
no-tlsv11
no-tls-tickets'
_haproxy_ssl_ciphers
:
'
ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384'
_haproxy_ssl_cipersuites
:
'
TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256'
_haproxy_ssl_cip
h
ersuites
:
'
TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384:TLS_CHACHA20_POLY1305_SHA256'
_haproxy_default_compression_algo
:
gzip
_haproxy_default_compression_type
:
"
text/css
text/xml
application/javascript
application/atom+xml
application/rss+xml
text/mathml
text/plain
text/x-component
image/svg+xml
application/json
application/vnd.google-earth.kml+xml
application/x-perl
application/xhtml+xml
application/xspf+xml"
...
...
@@ -29,10 +29,10 @@ haproxy_global:
daemon
:
true
ssl_default_bind_options
:
'
{{
_haproxy_ssl_options
}}'
ssl_default_bind_ciphers
:
'
{{
_haproxy_ssl_ciphers
}}'
ssl_default_bind_cipersuites
:
'
{{
_haproxy_ssl_cipersuites
}}'
ssl_default_bind_cip
h
ersuites
:
'
{{
_haproxy_ssl_cip
h
ersuites
}}'
ssl_default_server_options
:
'
{{
_haproxy_ssl_options
}}'
ssl_default_server_ciphers
:
'
{{
_haproxy_ssl_ciphers
}}'
ssl_default_server_cipersuites
:
'
{{
_haproxy_ssl_cipersuites
}}'
ssl_default_server_cip
h
ersuites
:
'
{{
_haproxy_ssl_cip
h
ersuites
}}'
tune
:
ssl.default-dh-param
:
2048
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment