aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/kong-app.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/kong-app.yml')
-rw-r--r--tasks/kong-app.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tasks/kong-app.yml b/tasks/kong-app.yml
index bff2f46..975e2cd 100644
--- a/tasks/kong-app.yml
+++ b/tasks/kong-app.yml
@@ -1,3 +1,7 @@
1- name: Upstream Creation
2 import_tasks: upstream.yml
3 when: service.upstream is defined
4
1- name: Check if service exists 5- name: Check if service exists
2 uri: 6 uri:
3 url: "{{ server.kong_app_admin_url }}/services/{{ service.name }}" 7 url: "{{ server.kong_app_admin_url }}/services/{{ service.name }}"