EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
external server role
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ansible-public
external server role
Merge requests
!3
Minor change to avoid an alert on Alpine with allowipv6
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Minor change to avoid an alert on Alpine with allowipv6
f2b-allowipv6-alpine
into
main
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
Nicolas Baudoin
requested to merge
f2b-allowipv6-alpine
into
main
1 year ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
85bbca54
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
85bbca54
Modified the cron job to avoid unnecessary alerts with OK after fail2ban-client reload
· 85bbca54
Nicolas Baudoin
authored
1 year ago
tasks/config_fail2ban.yml
+
1
−
1
Options
@@ -61,4 +61,4 @@
name
:
"
Update
logpath
and
reload
fail2ban
at
midnight"
minute
:
"
0"
hour
:
"
0"
job
:
'
sleep
5
&&
/usr/local/bin/current_date_logpath
&&
fail2ban-client
reload'
job
:
'
sleep
5
&&
/usr/local/bin/current_date_logpath
&&
fail2ban-client
reload
>
/dev/null
'
Loading