Initial commit of Docker and mailcow updates

This commit is contained in:
2026-04-12 12:16:48 -04:00
parent c0e96f2543
commit 29b1e5eb02
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: Restart main Docker stack
become: true
community.docker.docker_compose_v2:
# This targets the first directory in the list you defined in your host_vars
project_src: "{{ docker_compose_dirs[0] }}"
state: restarted