Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
fail2ban
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
Container Registry
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
webarch
fail2ban
Commits
d356480b
Verified
Commit
d356480b
authored
1 year ago
by
Chris Croome
Browse files
Options
Downloads
Patches
Plain Diff
Removed unused molecule config
parent
a9f161cb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#26807
passed
1 year ago
Stage: lint
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
molecule/default/converge.yml
+0
-7
0 additions, 7 deletions
molecule/default/converge.yml
molecule/default/prepare.yml
+0
-20
0 additions, 20 deletions
molecule/default/prepare.yml
with
0 additions
and
27 deletions
molecule/default/converge.yml
deleted
100644 → 0
+
0
−
7
View file @
a9f161cb
---
-
name
:
Converge
hosts
:
all
tasks
:
-
name
:
Include and run the fail2ban role
include_role
:
name
:
fail2ban
This diff is collapsed.
Click to expand it.
molecule/default/prepare.yml
deleted
100644 → 0
+
0
−
20
View file @
a9f161cb
---
-
name
:
Converge
hosts
:
all
tasks
:
-
name
:
Spoof directories for testing
file
:
path
:
"
{{
item
}}"
state
:
directory
with_items
:
-
/var/log/apache2
-
name
:
Spoof log files for testing
copy
:
content
:
"
"
dest
:
"
{{
item
}}"
force
:
false
with_items
:
-
/var/log/auth.log
-
/var/log/messages
-
/var/log/apache2/phpmyadmin_access.log
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