add kitchenowl stack
This commit is contained in:
parent
ccd1343798
commit
5db9f9f254
5 changed files with 60 additions and 0 deletions
5
ansible/roles/kitchenowl/tasks/main.yml
Normal file
5
ansible/roles/kitchenowl/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: kitchenowl
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue