From 1a33ca3184dbea838ea083a7cf026cf5884dc3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Fri, 20 Apr 2018 10:04:41 +0200 Subject: initial version --- tests/test.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/test.yml (limited to 'tests/test.yml') 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 @@ +--- +- hosts: localhost + remote_user: root + roles: + - role: ansible-kong-app + kong_app_admin_url: http://127.0.0.1:8000 + kong_app_service_name: toto + kong_app_service_url: http://example.com -- cgit v1.2.3