Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_server_hardening
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Digital Preservation
ansible_lza_server_hardening
Commits
9390cb96
Commit
9390cb96
authored
4 months ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
feat: add GUBS IP address for VLAN 24
parent
dc0d6e74
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
tasks/configure_fail2ban.yml
+2
-2
2 additions, 2 deletions
tasks/configure_fail2ban.yml
with
2 additions
and
2 deletions
tasks/configure_fail2ban.yml
+
2
−
2
View file @
9390cb96
...
@@ -27,9 +27,9 @@
...
@@ -27,9 +27,9 @@
# filter can be specified.
# filter can be specified.
filter = sshd
filter = sshd
# ignored IPs: localhost, VLAN 20 (DV), sdv
uda
10 (IP from multiple
# ignored IPs: localhost, VLAN 20 (DV), sdv
gubs
10 (IP from multiple
# subnets/VLANs), VPN IP ranges
# subnets/VLANs), VPN IP ranges
ignoreip = 127.0.0.1/8 {{ vault_net_vlan_20 }} {{ vault_net_vlan_vpn_4 }} {{ vault_net_vlan_vpn_5 }} {{ vault_net_vlan_vpn_6 }} {{ vault_
uda
_vlan_10 }} {{ vault_
uda
_vlan_11 }} {{ vault_
uda
_vlan_13 }} {{ vault_
uda
_vlan_14 }} {{ vault_
uda
_vlan_21 }} {{ vault_host_greenbone }}
ignoreip = 127.0.0.1/8 {{ vault_net_vlan_20 }} {{ vault_net_vlan_vpn_4 }} {{ vault_net_vlan_vpn_5 }} {{ vault_net_vlan_vpn_6 }} {{ vault_
gubs
_vlan_10 }} {{ vault_
gubs
_vlan_11 }} {{ vault_
gubs
_vlan_13 }} {{ vault_
gubs
_vlan_14 }} {{ vault_
gubs
_vlan_21 }} {{
vault_gubs_vlan_24 }} {{
vault_host_greenbone }}
# number of failures that have to occur in the last findtime seconds to
# number of failures that have to occur in the last findtime seconds to
# ban then IP.
# ban then IP.
...
...
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