Deployment added.

This commit is contained in:
2026-09-02 17:45:38 +00:00
parent 1a9c69fc9d
commit c078745bc0
15 changed files with 235 additions and 18 deletions
+8
View File
@@ -0,0 +1,8 @@
---
- name: Ensure Docker network exists
community.docker.docker_network:
name: "{{ docker_network }}"
state: present
connected:
- "{{ caddy_container }}"
appends: true