From 92c2c58dff68f034c5ef54dfdc404e1758755a89 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 3 Jun 2024 01:07:25 +0200 Subject: [PATCH] bitwarden --- playbooks/switch_destination.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/switch_destination.yaml b/playbooks/switch_destination.yaml index 22ac520..445ff03 100644 --- a/playbooks/switch_destination.yaml +++ b/playbooks/switch_destination.yaml @@ -25,6 +25,10 @@ - watchtower-watchtower-1 - kestra-kestra-1 - kestra-postgres-1 + - authentik-worker-1 + - authentik-server-1 + - authentik-redis-1 + - authentik-postgresql-1 tasks: - name: Start mailu containers command: "docker start {{ containers | join(' ') }}"