From 507bb99c0f6c79d5257d293a5eda6bbd3e34caaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Duchaussois?= Date: Thu, 26 Apr 2018 18:15:47 +0200 Subject: support multiple kong servers --- tasks/server.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tasks/server.yml (limited to 'tasks/server.yml') diff --git a/tasks/server.yml b/tasks/server.yml new file mode 100644 index 0000000..664fb99 --- /dev/null +++ b/tasks/server.yml @@ -0,0 +1,8 @@ +--- +- name: Include kong-app tasks + include_tasks: kong-app.yml + tags: + - kong-app + with_items: "{{ server.services }}" + loop_control: + loop_var: service -- cgit v1.2.3