From fb5b452707a004967d7b27abc5d515a03278d446 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Mon, 14 May 2018 16:22:00 +0200 Subject: add support for upstream with multiple targets --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bdf665e..5853226 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Role Variables * `services` an array of services to setup (default to []) * `name` the name of the service to create for this app, mandatory * `url` the url of the backend of the app, mandatory + * `upstream` if the url reference an upstream a dict with the configuration + * `conf` the configuration as expected by kong for an upstream creataion + * `targets` an array of dict defining a target for kong + * `target` the host:port to reach the target + * `weight` the weight of the target * `plugins` An array of plugins to activate with their name and config in a dict * `name` * `config` -- cgit v1.2.3