8000 GitHub - alexjs/puppet-fail2ban: Puppet fail2ban module
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexjs/puppet-fail2ban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-fail2ban

Puppet module for fail2ban configuration.

Table of Contents

  1. Overview - What is the fail2ban module?

Overview

This module is intended to be used to manage the fail2ban configurations.

Parameters

Configuration

class { fail2ban: }
  • jails: list of jails to configure, currently supported jails are imap, pop3, ssh, vsftpd
  • mailto: mail address to send notifications

Usage

Examples

This is a simple example to configure fail2ban with an SSH jail.

Using the fail2ban ssh jail

class { 'fail2ban':
    jails  => ['ssh'],
    mailto => 'root@example.com',
}

Contributors

Release Notes

0.1.0

  • Initial version

About

Puppet fail2ban module

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0