]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - main.yml
c4e3aec3e018c0c2176f11348d077a0728644337
[github/fretlink/ansible-kong-app.git] / 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