diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2018-04-23 10:57:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-23 10:57:50 +0200 |
commit | 208d503983ba44c64f92c20e8d062905a2ac47f5 (patch) | |
tree | 6708c8474e2a2749f737817840b0f050d5236e44 /tasks/main.yml | |
parent | 530dddec969df385e9aa29af0917f6ca97094d68 (diff) | |
parent | 767c0e538b6b7c751784444fd6c676668e3a1b01 (diff) | |
download | ansible-kong-app-208d503983ba44c64f92c20e8d062905a2ac47f5.tar.gz ansible-kong-app-208d503983ba44c64f92c20e8d062905a2ac47f5.tar.zst ansible-kong-app-208d503983ba44c64f92c20e8d062905a2ac47f5.zip |
Merge pull request #1 from gaetanfl/initial_versionv0.1
initial version
Diffstat (limited to 'tasks/main.yml')
-rw-r--r-- | tasks/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..4bd42c8 --- /dev/null +++ b/tasks/main.yml | |||
@@ -0,0 +1,8 @@ | |||
1 | --- | ||
2 | - name: Include kong-app tasks | ||
3 | include_tasks: kong-app.yml | ||
4 | tags: | ||
5 | - kong-app | ||
6 | with_items: "{{ kong_services }}" | ||
7 | loop_control: | ||
8 | loop_var: service | ||