feat: add coolify installation role

This commit is contained in:
2026-08-17 17:52:01 +02:00
parent 0974c13751
commit 472f04b98c
2 changed files with 36 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
---
coolify_installer_url: "https://cdn.coollabs.io/coolify/install.sh"
coolify_installer_dest: "/tmp/coolify-install.sh"
coolify_data_dir: "/data/coolify"
coolify_compose_file: "{{ coolify_data_dir }}/source/docker-compose.yml"
## Pin to a release (e.g. "v4.0.0") or leave empty for latest.
coolify_version: ""
## Coolify self-updates by default; set false to manage upgrades yourself.
coolify_autoupdate: true