diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-05-14 16:27:22 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-05-14 16:27:22 +0200 |
commit | d349c5d4f502ba31e33a09c6e8d3af2d14f6196f (patch) | |
tree | 218db44673a74b356d621e721217e816a6903311 | |
parent | fb5b452707a004967d7b27abc5d515a03278d446 (diff) | |
download | ansible-kong-app-d349c5d4f502ba31e33a09c6e8d3af2d14f6196f.tar.gz ansible-kong-app-d349c5d4f502ba31e33a09c6e8d3af2d14f6196f.tar.zst ansible-kong-app-d349c5d4f502ba31e33a09c6e8d3af2d14f6196f.zip |
fix test file
-rw-r--r-- | tests/test.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/test.yml b/tests/test.yml index fb0d9b8..490c967 100644 --- a/tests/test.yml +++ b/tests/test.yml | |||
@@ -3,6 +3,9 @@ | |||
3 | remote_user: root | 3 | remote_user: root |
4 | roles: | 4 | roles: |
5 | - role: ansible-kong-app | 5 | - role: ansible-kong-app |
6 | kong_app_admin_url: http://127.0.0.1:8000 | 6 | kong_servers: |
7 | kong_app_service_name: toto | 7 | - kong_app_admin_url: http://127.0.0.1:8000 |
8 | kong_app_service_url: http://example.com | 8 | kong_app_admin_apikey: "" |
9 | services: | ||
10 | - url: http://example.com | ||
11 | name: test | ||