Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
Lysnetwork
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lysator
Puppet
Lysnetwork
Commits
43346121
Commit
43346121
authored
Aug 26, 2020
by
Filip Polbratt
Browse files
Options
Downloads
Patches
Plain Diff
Move fail2ban jail configuration to hiera
parent
b5140035
No related branches found
No related tags found
No related merge requests found
Pipeline
#562
canceled
Aug 26, 2020
Stage: syntax
Stage: unit
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/common.yaml
+19
-0
19 additions, 0 deletions
data/common.yaml
with
19 additions
and
0 deletions
data/common.yaml
+
19
−
0
View file @
43346121
...
@@ -2,3 +2,22 @@
...
@@ -2,3 +2,22 @@
lysnetwork::ssh::server_package
:
openssh-server
lysnetwork::ssh::server_package
:
openssh-server
lysnetwork::ssh::client_package
:
openssh
lysnetwork::ssh::client_package
:
openssh
lysnetwork::ssh::service_name
:
ssh
lysnetwork::ssh::service_name
:
ssh
lysnetwork::fail2ban::config
:
DEFAULT
:
banaction
:
iptables-multiport
ignoreip
:
127.0.0.0/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 130.236.254.0/24
backend
:
systemd
sshd
:
enabled
:
true
findtime
:
3600
maxretry
:
5
sshlongterm
:
banaction
:
iptables-multiport
port
:
ssh
logpath
:
"
%(sshd_log)s"
maxretry
:
30
findtime
:
259200
bantime
:
608400
enabled
:
true
filter
:
sshd
\ No newline at end of file
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