install jsondiff and pyyaml for docker swarm
This commit is contained in:
parent
57d191b837
commit
3a874fa4f8
6 changed files with 31 additions and 79 deletions
|
@ -0,0 +1,5 @@
|
|||
- name: Deploy Docker stack
|
||||
docker_stack:
|
||||
name: cyberchef
|
||||
compose:
|
||||
- "{{ lookup('template', '{{ role_path }}/docker-stack.yml.j2') | from_yaml }}"
|
Reference in a new issue