Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fail2Ban
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tools
Ansible
Roles
Fail2Ban
Commits
6bc54170
Commit
6bc54170
authored
3 months ago
by
Dmitriy Safronov
Browse files
Options
Downloads
Patches
Plain Diff
feature!: clean templates without hardcode
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
cc2cfa7d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
templates/fail2ban.local.j2
+0
-3
0 additions, 3 deletions
templates/fail2ban.local.j2
templates/jail.local.j2
+0
-3
0 additions, 3 deletions
templates/jail.local.j2
with
0 additions
and
6 deletions
templates/fail2ban.local.j2
+
0
−
3
View file @
6bc54170
{{ ansible_managed | comment }}
{{ ansible_managed | comment }}
[DEFAULT]
logtarget = SYSLOG
{{ fail2ban.fail2ban_local | default('') }}
{{ fail2ban.fail2ban_local | default('') }}
This diff is collapsed.
Click to expand it.
templates/jail.local.j2
+
0
−
3
View file @
6bc54170
{{ ansible_managed | comment }}
{{ ansible_managed | comment }}
[DEFAULT]
backend = systemd
{{ fail2ban.jail_local | default('') }}
{{ fail2ban.jail_local | default('') }}
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