Go to file
Patrick Cao Huu Thien 667ada2402
init
2023-10-11 19:02:57 +02:00
README.rst init 2023-10-11 19:02:57 +02:00
main.tf init 2023-10-11 19:02:57 +02:00
rsyslogd-checkconf init 2023-10-11 19:02:57 +02:00
rsyslogd-reload init 2023-10-11 19:02:57 +02:00
variables.tf init 2023-10-11 19:02:57 +02:00

README.rst

Terraform module to replace syslogd with rsyslog

Usage
-----

In the root terraform add::

   module "rsyslog" {
      source                    = "git::https://git.dalembert.upmc.fr/terraform/module_alpine_rsyslog"
      connection_ip             = var.eth0_ip
      connection_private_key    = file(var.pm_private_key)
    }


.. vim: spelllang=en: