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
75b95a41
Verified
Commit
75b95a41
authored
5 years ago
by
Tilman Vatteroth
Browse files
Options
Downloads
Patches
Plain Diff
adds acl to defaults
parent
279e0e9e
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
templates/defaults.cfg
+6
-0
6 additions, 0 deletions
templates/defaults.cfg
with
6 additions
and
0 deletions
templates/defaults.cfg
+
6
−
0
View file @
75b95a41
...
@@ -64,6 +64,12 @@ defaults
...
@@ -64,6 +64,12 @@ defaults
{{
macros.compression(haproxy_defaults_final.compression)
}}
{{
macros.compression(haproxy_defaults_final.compression)
}}
{%
endif
-%}
{%
endif
-%}
{%
if
haproxy_defaults_final.acl
is
defined
%}
{%
for
acl
in
haproxy_defaults_final.acl
%}
acl
{{
acl.name
}}
{{
acl.condition
}}
{%
endfor
-%}
{%
endif
-%}
{%
if
haproxy_defaults_final.http_check
is
defined
%}
{%
if
haproxy_defaults_final.http_check
is
defined
%}
{%
if
haproxy_defaults_final.http_check.disable_on_404
is
defined
and
haproxy_defaults_final.http_check.disable_on_404
=
= true %}
{%
if
haproxy_defaults_final.http_check.disable_on_404
is
defined
and
haproxy_defaults_final.http_check.disable_on_404
=
= true %}
http-check
disable-on-404
http-check
disable-on-404
...
...
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