Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Fail2Ban
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
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
Ansible
Roles
Fail2Ban
Commits
0789acf7
Commit
0789acf7
authored
6 years ago
by
jurgenhaas
Browse files
Options
Downloads
Patches
Plain Diff
Add whitelisting for fail2ban
parent
7d0b2157
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
tasks/configure.yml
+1
-0
1 addition, 0 deletions
tasks/configure.yml
tasks/main.yml
+1
-0
1 addition, 0 deletions
tasks/main.yml
templates/fail2ban_jail.conf.jinja2
+890
-0
890 additions, 0 deletions
templates/fail2ban_jail.conf.jinja2
with
892 additions
and
0 deletions
tasks/configure.yml
+
1
−
0
View file @
0789acf7
...
...
@@ -9,6 +9,7 @@
group
:
'
root'
mode
:
'
644'
with_items
:
-
'
jail.conf'
-
'
jail.local'
-
'
paths-overrides.local'
notify
:
...
...
This diff is collapsed.
Click to expand it.
tasks/main.yml
+
1
−
0
View file @
0789acf7
...
...
@@ -10,6 +10,7 @@
-
import_tasks
:
install.yml
-
import_tasks
:
configure.yml
tags
:
'
configure'
-
name
:
'
Remember
that
this
role
had
been
run'
set_fact
:
role_fail2ban_completed=true
...
...
This diff is collapsed.
Click to expand it.
templates/fail2ban_jail.conf.jinja2
0 → 100644
+
890
−
0
View file @
0789acf7
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