From 278613c3b869ec61613f150a273e599f0288818e Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 9 Mar 2025 13:15:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8:=20add=20tags=20to=20avoid=20playi?= =?UTF-8?q?ng=20everything?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbooks/webapps.yml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/playbooks/webapps.yml b/playbooks/webapps.yml index a80317f..b0d835b 100644 --- a/playbooks/webapps.yml +++ b/playbooks/webapps.yml @@ -4,13 +4,20 @@ hosts: web1.dmz.mateu.be diff: true roles: - - koillection - - bac - - roundcube - - shaarli - - freshrss - - nextcloud - - firefly3 + - role: bac + tags: [never, bac] + - role: shaarli + tags: [never, shaarli] + - role: roundcube + tags: [never, roundcube] + - role: freshrss + tags: [never, freshrss] + - role: firefly3 + tags: [never, firefly3] + - role: koillection + tags: [never, koillection] + - role: nextcloud + tags: [never, nextcloud] - name: Install dojo webapplications hosts: web2.dmz.mateu.be