]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/commitdiff
fix README 3/head
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Fri, 27 Apr 2018 07:39:57 +0000 (09:39 +0200)
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>
Fri, 27 Apr 2018 07:39:57 +0000 (09:39 +0200)
README.md

index e9a2a29610225e3127a94cb93bbeb12f77250046..bdf665e658cf2d84b43cd381af55973ad989726e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Role Variables
 * `kong_servers`: an array of kong\_server to configure with followin configuration:
   * `kong_app_admin_url` the kong admin url (mandatory).
   * `kong_app_admin_apikey` the apikey to use kong admin api. Default to ""
-  * `kong_services` an array of services to setup (default to [])
+  * `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
     * `plugins` An array of plugins to activate with their name and config in a dict
@@ -35,11 +35,11 @@ Example Playbook
 
     - hosts: localhost
       roles:
-         - { role: kong-app, kong_app_admin_url: http://localhost:8001,
-             kong_app_services: [ name:example,
+         - { role: kong-app, kong_servers: [ kong_app_admin_url: http://localhost:8001,
+             services: [ name:example,
              url: http://example.com,
              plugins: [],
-             routes: [ { hosts: [my.kong.example], paths: [/] } ]]
+             routes: [ { hosts: [my.kong.example], paths: [/] } ]]]
            }
 
 License