bifrost/playbooks/roles/bifrost-ironic-install/templates/10-rsyslog-remote.conf.j2
Andrey Shestakov d63fd59024 Add support of remote logging
This change adds option remote_syslog_server, which allows to configure
address of server to which rsyslog will send logs.

Change-Id: I028bf219e2c3fc7aef95f543fbc5c33028bfe2e9
2016-12-20 17:09:29 +02:00

2 lines
74 B
Django/Jinja

*.* @{{ remote_syslog_server }}:{{ remote_syslog_port|default('514') }}