chore(): added salt to main flow

This commit is contained in:
ITQ
2026-07-21 00:30:39 +03:00
parent 4036c8b221
commit a72a7f92d3
2 changed files with 10 additions and 4 deletions
+4
View File
@@ -14,6 +14,10 @@
when: applications.tailscale.enabled | bool
tags: tailscale, apps
- role: salt
when: applications.salt.enabled | bool
tags: salt, apps
- role: dokploy
when: (applications.dokploy.enabled and containers.docker.enabled) | bool
vars:
+6 -4
View File
@@ -34,13 +34,15 @@ containers:
# Applications management
applications:
borgbackup:
enabled: false
tailscale:
enabled: false
salt:
enabled: false
coolify:
enabled: false
state: latest
dokploy:
enabled: false
state: latest
tailscale:
enabled: false
borgbackup:
enabled: false