aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGaƫtan <36162164+gaetanfl@users.noreply.github.com>2018-05-17 17:11:14 +0200
committerGitHub <noreply@github.com>2018-05-17 17:11:14 +0200
commit6b4dbb21c7c1e081f8c9d8f84cd9e3153468315a (patch)
treea4e74004829038caa97ff4c7b0c23eaa79d01cb4 /README.md
parent03d5555b42e25dd6da9a0241e8a5f5937a9bbeb8 (diff)
parente39a878d84f3b3ec5265d332e5e06ee0edd55418 (diff)
downloadansible-kong-app-6b4dbb21c7c1e081f8c9d8f84cd9e3153468315a.tar.gz
ansible-kong-app-6b4dbb21c7c1e081f8c9d8f84cd9e3153468315a.tar.zst
ansible-kong-app-6b4dbb21c7c1e081f8c9d8f84cd9e3153468315a.zip
Merge pull request #5 from gaetanfl/support_backendv0.4
Support ring-balancer
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index bdf665e..8db9391 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,14 @@ Role Variables
15 * `kong_app_admin_apikey` the apikey to use kong admin api. Default to "" 15 * `kong_app_admin_apikey` the apikey to use kong admin api. Default to ""
16 * `services` an array of services to setup (default to []) 16 * `services` an array of services to setup (default to [])
17 * `name` the name of the service to create for this app, mandatory 17 * `name` the name of the service to create for this app, mandatory
18 * `url` the url of the backend of the app, mandatory 18 * `url` the url of the backend of the app, mandatory. May refer to an upstream by its name (https://upstream\_name/path)
19 * `upstream` if the url reference an upstream a dict with the configuration, optional
20 * `conf` the configuration as expected by kong for an upstream creation
21 * `name` mandatory name for the upstream
22 * `healthchecks` optional healthchecks configuration as expected by kong api
23 * `targets` an array of dict defining a target for kong
24 * `target` the host:port to reach the target (mandatory)
25 * `weight` the weight of the target (optional)
19 * `plugins` An array of plugins to activate with their name and config in a dict 26 * `plugins` An array of plugins to activate with their name and config in a dict
20 * `name` 27 * `name`
21 * `config` 28 * `config`