add README
This commit is contained in:
parent
309b9e0d04
commit
dc803f8122
|
@ -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:
|
||||
|
Loading…
Reference in New Issue