chore(coolify): refactored coolify role

This commit is contained in:
ITQ
2026-02-22 15:16:30 +03:00
parent f2b8ee9d91
commit 69d019576b
6 changed files with 113 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
---
- name: Stop Coolify services (compose down)
become: true
community.docker.docker_compose_v2:
project_src: "{{ coolify_base_dir }}/source"
files: "{{ coolify_compose_files }}"
state: absent
remove_orphans: true
remove_volumes: false
tags: coolify, docker, stop