]> git.immae.eu Git - github/fretlink/ansible-kong-app.git/blob - tests/test.yml
Improve README documentation, add a LICENSE file and add test case
[github/fretlink/ansible-kong-app.git] / tests / test.yml
1 ---
2 - hosts: localhost
3 remote_user: root
4 roles:
5 - role: ansible-kong-app
6 vars:
7 kong_servers:
8 - kong_app_admin_url: http://127.0.0.1:8000
9 kong_app_admin_apikey: ""
10 services:
11 - url: http://example.com
12 name: test
13 routes:
14 - hosts: [my.kong.example]
15 paths: [/]