aboutsummaryrefslogtreecommitdiffhomepage
path: root/tasks/server.yml
diff options
context:
space:
mode:
authorGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-04-26 18:15:47 +0200
committerGaëtan Duchaussois <gaetan.duchaussois@fretlink.com>2018-04-26 18:39:08 +0200
commit507bb99c0f6c79d5257d293a5eda6bbd3e34caaf (patch)
tree3412555e05cc36c1efc01f8fc2c591d35de84f07 /tasks/server.yml
parent72627c8c7454feb4ee38f2d3eddd4cfcabb9a2d4 (diff)
downloadansible-kong-app-507bb99c0f6c79d5257d293a5eda6bbd3e34caaf.tar.gz
ansible-kong-app-507bb99c0f6c79d5257d293a5eda6bbd3e34caaf.tar.zst
ansible-kong-app-507bb99c0f6c79d5257d293a5eda6bbd3e34caaf.zip
support multiple kong servers
Diffstat (limited to 'tasks/server.yml')
-rw-r--r--tasks/server.yml8
1 files changed, 8 insertions, 0 deletions
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 @@
1---
2- name: Include kong-app tasks
3 include_tasks: kong-app.yml
4 tags:
5 - kong-app
6 with_items: "{{ server.services }}"
7 loop_control:
8 loop_var: service