Go to file
Patrick Cao Huu Thien 8c9cfee125
FIXBUG: add rsyslog.conf
2023-11-10 14:21:47 +01:00
README.rst init 2023-10-11 19:02:57 +02:00
main.tf init 2023-10-11 19:02:57 +02:00
rsyslog.conf FIXBUG: add rsyslog.conf 2023-11-10 14:21:47 +01: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: