add README

This commit is contained in:
Patrick CAO HUU THIEN 2022-11-28 16:05:22 +01:00
parent 309b9e0d04
commit dc803f8122
1 changed files with 17 additions and 0 deletions

17
README.rst Normal file
View File

@ -0,0 +1,17 @@
Terraform module to install a prometheus node_exporter
Usage
-----
In the root terraform add::
module "node_exporter" {
source = "git::https://git.dalembert.upmc.fr/terraform/module_alpine_prometheus_node_exporter"
connection_ip = var.eth0_ip
connection_private_key = file(var.pm_private_key)
node_exporter_version = var.node_exporter_version
}
.. vim: spelllang=fr: