Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-factory
Manage
Activity
Members
Labels
Plan
Issues
58
Issue boards
Milestones
Wiki
Code
Merge requests
8
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
Commits
0c0cadb4
Commit
0c0cadb4
authored
3 months ago
by
Eesaan Atluri
Browse files
Options
Downloads
Patches
Plain Diff
feat: Use appropriate variable name for fail2ban whitelist ips
parent
a9dcf73c
No related branches found
Branches containing commit
No related tags found
2 merge requests
!178
Install and configure fail2ban
,
!117
This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ansible/group_vars/all
+1
-1
1 addition, 1 deletion
ansible/group_vars/all
ansible/roles/fail2ban/templates/jail.local.j2
+1
-1
1 addition, 1 deletion
ansible/roles/fail2ban/templates/jail.local.j2
with
2 additions
and
2 deletions
ansible/group_vars/all
+
1
−
1
View file @
0c0cadb4
...
...
@@ -50,7 +50,6 @@
# ssh proxy
enable_ssh_proxy_config: false
sshpiper_dest_dir: "/opt/sshpiper"
fail2ban_cidr_list: "127.0.0.1/8"
# rsyslog
enable_rsyslog_config: false
...
...
@@ -81,3 +80,4 @@
maxretry: 1
findtime: 600
bantime: 1200
fail2ban_white_list: "127.0.0.1/8"
This diff is collapsed.
Click to expand it.
ansible/roles/fail2ban/templates/jail.local.j2
+
1
−
1
View file @
0c0cadb4
[DEFAULT]
banaction = firewalld
bantime = {{ bantime }}
ignoreip = {{ fail2ban_
cidr
_list }}
ignoreip = {{ fail2ban_
white
_list }}
[sshd]
enabled = true
This diff is collapsed.
Click to expand it.
Eesaan Atluri
@atlurie
mentioned in issue
#169 (closed)
·
3 months ago
mentioned in issue
#169 (closed)
mentioned in issue #169
Toggle commit list
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