Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
76
Issue boards
Milestones
Wiki
Code
Merge requests
13
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
rc
hpc-factory
Merge requests
!178
Install and configure fail2ban
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Install and configure fail2ban
atlurie/hpc-factory:feat-sshpiper-failtoban-plugin
into
feat-hpc-factory
Overview
0
Commits
4
Pipelines
4
Changes
7
Merged
Eesaan Atluri
requested to merge
atlurie/hpc-factory:feat-sshpiper-failtoban-plugin
into
feat-hpc-factory
4 months ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
Closes
#194 (closed)
Closes
#170 (closed)
Closes
#169 (closed)
Closes
#171 (closed)
Edited
4 months ago
by
Eesaan Atluri
👍
0
👎
0
Merge request reports
Viewing commit
c37a464e
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c37a464e
feat: Use appropriate variable name for fail2ban whitelist ips
· c37a464e
Eesaan Atluri
authored
4 months ago
ansible/group_vars/all
+
1
−
1
Options
@@ -50,7 +50,6 @@
@@ -50,7 +50,6 @@
# ssh proxy
# ssh proxy
enable_ssh_proxy_config: false
enable_ssh_proxy_config: false
sshpiper_dest_dir: "/opt/sshpiper"
sshpiper_dest_dir: "/opt/sshpiper"
fail2ban_cidr_list: "127.0.0.1/8"
# rsyslog
# rsyslog
enable_rsyslog_config: false
enable_rsyslog_config: false
@@ -81,3 +80,4 @@
@@ -81,3 +80,4 @@
maxretry: 1
maxretry: 1
findtime: 600
findtime: 600
bantime: 1200
bantime: 1200
fail2ban_white_list: "127.0.0.1/8"
Loading