install a fail2ban on a VM up & running
Go to file
Patrick Cao Huu Thien 9480a3b5d3
add go clean
2023-11-10 14:59:16 +01:00
README.rst add fail2ban_exporter 2022-12-06 17:23:44 +01:00
fail2ban_exporter.initd add fail2ban_exporter 2022-12-06 17:23:44 +01:00
main.tf add go clean 2023-11-10 14:59:16 +01:00
variables.tf add fail2ban_exporter 2022-12-06 17:23:44 +01:00

README.rst

Terraform module to install fail2ban up & running

Module prometheus
-----------------

:url: /metrics
:port: 9191

Usage
-----

In the root terraform add::

   module "fail2ban" {
      source                    = "git::https://git.dalembert.upmc.fr/terraform/module_alpine_fail2ban"
      connection_ip             = var.eth0_ip
      connection_private_key    = file(var.pm_private_key)
      fail2ban_exporter_version = var.fail2ban_exporter_version
    }


.. vim: spelllang=fr: