asd
Some checks failed
CI/CD Pipeline / lint (push) Failing after 57s
CI/CD Pipeline / deploy (push) Failing after 1m21s

This commit is contained in:
sotos
2025-12-18 15:29:47 +01:00
parent bb88b190ee
commit 5940099978
6 changed files with 91 additions and 46 deletions

View File

@@ -0,0 +1,10 @@
- name: Ensure snake_net exists for monitoring
docker_network:
name: snake_net
state: present
- name: Start monitoring stack
community.docker.docker_compose:
project_src: /opt/docker/monitoring
state: present
restarted: true