diff options
Diffstat (limited to 'tests/test.yml')
-rw-r--r-- | tests/test.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test.yml b/tests/test.yml new file mode 100644 index 0000000..fb0d9b8 --- /dev/null +++ b/tests/test.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | --- | ||
2 | - hosts: localhost | ||
3 | remote_user: root | ||
4 | roles: | ||
5 | - role: ansible-kong-app | ||
6 | kong_app_admin_url: http://127.0.0.1:8000 | ||
7 | kong_app_service_name: toto | ||
8 | kong_app_service_url: http://example.com | ||