module_alpine_rsyslog/README.rst

17 lines
353 B
ReStructuredText
Raw Normal View History

2023-10-11 17:02:57 +00:00
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: