]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - tasks/server.yml
support multiple kong servers
[github/fretlink/ansible-kong-app.git] / tasks / server.yml
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