install jsondiff and pyyaml for docker swarm

This commit is contained in:
Pim Kunis 2024-02-06 23:28:17 +01:00
parent 57d191b837
commit 3a874fa4f8
6 changed files with 31 additions and 79 deletions

View file

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