remove legacy code
This commit is contained in:
parent
f38b9af075
commit
a3ace01a6d
75 changed files with 1 additions and 2522 deletions
5
docker_swarm/roles/kitchenowl/tasks/main.yml
Normal file
5
docker_swarm/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