diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-04-20 10:04:41 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-04-20 10:04:41 +0200 |
commit | 1a33ca3184dbea838ea083a7cf026cf5884dc3f4 (patch) | |
tree | c097cc0071eb765584897f1da6487702893ad6f8 /tests | |
parent | 530dddec969df385e9aa29af0917f6ca97094d68 (diff) | |
download | ansible-kong-app-1a33ca3184dbea838ea083a7cf026cf5884dc3f4.tar.gz ansible-kong-app-1a33ca3184dbea838ea083a7cf026cf5884dc3f4.tar.zst ansible-kong-app-1a33ca3184dbea838ea083a7cf026cf5884dc3f4.zip |
initial version
Diffstat (limited to 'tests')
-rw-r--r-- | tests/inventory | 2 | ||||
-rw-r--r-- | tests/test.retry | 1 | ||||
-rw-r--r-- | tests/test.yml | 8 |
3 files changed, 11 insertions, 0 deletions
diff --git a/tests/inventory b/tests/inventory new file mode 100644 index 0000000..878877b --- /dev/null +++ b/tests/inventory | |||
@@ -0,0 +1,2 @@ | |||
1 | localhost | ||
2 | |||
diff --git a/tests/test.retry b/tests/test.retry new file mode 100644 index 0000000..2fbb50c --- /dev/null +++ b/tests/test.retry | |||
@@ -0,0 +1 @@ | |||
localhost | |||
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 | ||