diff options
author | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-04-26 18:15:47 +0200 |
---|---|---|
committer | Gaëtan Duchaussois <gaetan.duchaussois@fretlink.com> | 2018-04-26 18:39:08 +0200 |
commit | 507bb99c0f6c79d5257d293a5eda6bbd3e34caaf (patch) | |
tree | 3412555e05cc36c1efc01f8fc2c591d35de84f07 /tasks/main.yml | |
parent | 72627c8c7454feb4ee38f2d3eddd4cfcabb9a2d4 (diff) | |
download | ansible-kong-app-507bb99c0f6c79d5257d293a5eda6bbd3e34caaf.tar.gz ansible-kong-app-507bb99c0f6c79d5257d293a5eda6bbd3e34caaf.tar.zst ansible-kong-app-507bb99c0f6c79d5257d293a5eda6bbd3e34caaf.zip |
support multiple kong servers
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index 4bd42c8..c4e3aec 100644 --- a/tasks/main.yml +++ b/tasks/main.yml | |||
@@ -1,8 +1,8 @@ | |||
1 | --- | 1 | --- |
2 | - name: Include kong-app tasks | 2 | - name: Include kong server tasks |
3 | include_tasks: kong-app.yml | 3 | include_tasks: server.yml |
4 | tags: | 4 | tags: |
5 | - kong-app | 5 | - kong-app |
6 | with_items: "{{ kong_services }}" | 6 | with_items: "{{ kong_servers }}" |
7 | loop_control: | 7 | loop_control: |
8 | loop_var: service | 8 | loop_var: server |