remove legacy code

This commit is contained in:
Pim Kunis 2024-02-08 23:53:02 +01:00
parent f38b9af075
commit a3ace01a6d
75 changed files with 1 additions and 2522 deletions

View file

@ -0,0 +1,5 @@
- name: Deploy Docker stack
docker_stack:
name: kitchenowl
compose:
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"