install a fail2ban on a VM up & running
Go to file
Patrick CAO HUU THIEN 83e831163d init 2022-11-30 18:13:30 +01:00
README.rst init 2022-11-30 18:13:30 +01:00

README.rst

Terraform module to install fail2ban up & running

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)
    }


.. vim: spelllang=fr: