From 83e831163d296d20474c89b39c207e56ced622ca Mon Sep 17 00:00:00 2001 From: Patrick Cao Huu Thien Date: Wed, 30 Nov 2022 18:13:30 +0100 Subject: [PATCH] init --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..ac25054 --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +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: +