From bd13b845278e0488d7b95c2beee5e84c7b446c07 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..9ac0ff7 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: koillection + tags: [never, koillection] + - role: bac + tags: [never, bac] + - role: roundcube + tags: [never, roundcube] + - role: shaarli + tags: [never, shaarli] + - role: freshrss + tags: [never, freshrss] + - role: nextcloud + tags: [never, nextcloud] + - role: firefly3 + tags: [never, firefly3] - name: Install dojo webapplications hosts: web2.dmz.mateu.be