From 86dd20fbf0f7554c53c2bb80de9e95d8ca747954 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Mon, 24 Jun 2024 20:51:40 +0200 Subject: [PATCH] Remove some services from default deployment Services I have not used or not used for a long time will now not be deployed by default (but could still be specifically targeted through tags). --- site.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/site.yml b/site.yml index bdf23c0..e5ccbf3 100644 --- a/site.yml +++ b/site.yml @@ -49,12 +49,16 @@ - name: Install traggo import_role: role: traggo - tags: traggo + tags: + - traggo + - never - name: Install monica import_role: role: monica - tags: monica + tags: + - monica + - never - name: Install nextcloud import_role: @@ -79,4 +83,6 @@ - name: Install ntfy import_role: role: ntfy - tags: ntfy + tags: + - ntfy + - never