Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mivek/ansible-role-fail2ban_exporter
Ansible role to install a fail2ban exporter
https://github.com/mivek/ansible-role-fail2ban_exporter
ansible-role fail2ban metrics prometheus prometheus-exporter
Last synced: about 17 hours ago
JSON representation
Ansible role to install a fail2ban exporter
- Host: GitHub
- URL: https://github.com/mivek/ansible-role-fail2ban_exporter
- Owner: mivek
- License: bsd-3-clause
- Created: 2022-02-27T18:07:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T20:59:54.000Z (almost 3 years ago)
- Last Synced: 2023-02-28T09:11:24.237Z (almost 2 years ago)
- Topics: ansible-role, fail2ban, metrics, prometheus, prometheus-exporter
- Language: Jinja
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Fail2ban Exporter
=========This role installs a Prometheus exporter collecting metrics on fail2ban.
https://github.com/mivek/fail2ban_exporter
Requirements
------------None.
Role Variables
--------------| Name | Description | Default value |
|---------------------------|----------------------------------------|---------------|
| fail2ban_exporter_version | The version of the exporter to install | 0.0.2 |
| fail2ban_exporter_port | The port to expose the metrics on | 9921 |Dependencies
------------None
Example Playbook
----------------```yaml
- hosts: all
tasks:
- name: "Include mivek.fail2ban_exporter"
include_role:
name: "mivek.fail2ban_exporter"
```
License
-------BSD