From 23c0fc8abaca221b2773f1c2677cbcee471a03df Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Thu, 4 Oct 2018 15:51:04 +0200 Subject: vars: add a clever_syslog_server variable replacing syslog_server All variables "namespaced" with the role name is helpful to read "client" configurations --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5c3b999..ff31653 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ Variables for the application - `clever_app_tasks_file`: tasks file to be executed after environment and addons variables where gathered. Specific to an app, should be use to run migrations. Optional. - `clever_domain`: the domain from which the application should be reachable, optional. - _Obsolete_: `domain`: Same as above but was replaced by `clever_domain` since v1.4 of this role. -- `syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. +- `clever_syslog_server`: UDP Syslog server to be used as UDPSyslog drain for the application, optional. Example: `udp://198.51.100.51:12345`. +- _Obsolete_: `syslog_server`: Same as above but was replaced by `clever_syslog_server` since v1.5 of this role. - `clever_metrics`: a boolean to enable or disable metrics support. Optional, default to `false`. Variables specific to deployment, default should be fine: -- cgit v1.2.3