Skip to content

Commit

Permalink
Fix fail2ban documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Nov 9, 2023
1 parent 1398a68 commit ba2dc61
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,31 +509,7 @@ Written in the Python programming language, it is designed to prevent brute-forc

This class installs and configures fail2ban.

### parameters

| Variable | Description | Type |
| :---------------- | :--------------- | :------ |
| `ignoreip` | List of IP addresses that can never be banned (compatible with CIDR notation) | Array[String] |
| `service_ensure` | Enable fail2ban service | Enum['running', 'stopped'] |

<details>
<summary>default values</summary>

```yaml
profile::fail2ban::ignoreip: []
profile::fail2ban::service_ensure: "running"
```
</details>

<details>
<summary>example</summary>

```yaml
profile::fail2ban::ignoreip:
- 132.203.0.0/16
- 10.0.0.0/8
```
</details>
Refer to [puppet-fail2ban](https://github.com/voxpupuli/puppet-fail2ban) for parameters to configure.

### dependencies

Expand Down

0 comments on commit ba2dc61

Please sign in to comment.