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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Ansible
haproxy
Commits
279e0e9e
Verified
Commit
279e0e9e
authored
5 years ago
by
David Mehren
Browse files
Options
Downloads
Patches
Plain Diff
Set empty defaults for user-provided configs
parent
21426e44
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
defaults/main.yml
+2
-0
2 additions, 0 deletions
defaults/main.yml
with
2 additions
and
0 deletions
defaults/main.yml
+
2
−
0
View file @
279e0e9e
...
@@ -35,6 +35,7 @@ _haproxy_global:
...
@@ -35,6 +35,7 @@ _haproxy_global:
ssl_default_server_ciphersuites
:
'
{{
_haproxy_ssl_ciphersuites
}}'
ssl_default_server_ciphersuites
:
'
{{
_haproxy_ssl_ciphersuites
}}'
tune
:
tune
:
ssl.default-dh-param
:
2048
ssl.default-dh-param
:
2048
haproxy_global
:
{}
_haproxy_defaults
:
_haproxy_defaults
:
mode
:
http
mode
:
http
...
@@ -73,6 +74,7 @@ _haproxy_defaults:
...
@@ -73,6 +74,7 @@ _haproxy_defaults:
file
:
/etc/haproxy/errors/503.http
file
:
/etc/haproxy/errors/503.http
-
code
:
504
-
code
:
504
file
:
/etc/haproxy/errors/504.http
file
:
/etc/haproxy/errors/504.http
haproxy_defaults
:
{}
haproxy_backends
:
[]
haproxy_backends
:
[]
haproxy_frontends
:
[]
haproxy_frontends
:
[]
...
...
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