]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - tasks/main.yml
README: add a Travis badge with build status
[github/fretlink/ansible-kong-app.git] / tasks / main.yml
1 ---
2 - name: Include kong server tasks
3 include_tasks: server.yml
4 tags:
5 - kong-app
6 with_items: "{{ kong_servers }}"
7 loop_control:
8 loop_var: server