remove test cyberchef stack

This commit is contained in:
Pim Kunis 2024-02-10 23:34:48 +01:00
parent e58b48221d
commit b7b37f229f
2 changed files with 0 additions and 13 deletions

View file

@ -1,8 +0,0 @@
# vi: ft=yaml
version: "3.7"
services:
cyberchef:
image: mpepping/cyberchef
ports:
- 8000:8000

View file

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