Go to file
Patrick CAO HUU THIEN 39f66b2eab add clean in remote build process 2022-11-30 14:58:04 +01:00
README.rst add README 2022-11-28 16:05:22 +01:00
main.tf add clean in remote build process 2022-11-30 14:58:04 +01:00
node_exporter.initd typo 2022-11-28 16:00:25 +01:00
variables.tf module alpine prometheus node_exporter 2022-11-28 15:25:14 +01:00

README.rst

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: