Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Klix
package.security.fail2ban
Commits
96a27887
Commit
96a27887
authored
Jul 02, 2021
by
Michael Klix
Browse files
initial commit of working copy, not working
parent
d524d34d
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/fail2ban.local.j2
0 → 100644
View file @
96a27887
# Overrides values from the fail2ban.conf configuration file.
#
# For comments relating to each setting see fail2ban.conf
# source: https://github.com/nbigot/ansible-fail2ban/blob/master/templates/etc/fail2ban/fail2ban.local.j2
[Definition]
loglevel = {{ fail2ban_loglevel }}
logtarget = {{ fail2ban_logtarget }}
{% if fail2ban_logtarget == "SYSLOG" %}
syslog-target = {{ fail2ban_syslog_target }}
syslog-facility = {{ fail2ban_syslog_facility }}
{% endif %}
socket = {{ fail2ban_socket }}
pidfile = {{ fail2ban_pidfile }}
\ No newline at end of file
templates/jail.local.j2
0 → 100644
View file @
96a27887
# source: https://github.com/nbigot/ansible-fail2ban/blob/master/templates/etc/fail2ban/jail.local.j2
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment