From 98eb09d8badfe9f69d1ef6e77897cd58fe9ae540 Mon Sep 17 00:00:00 2001 From: sjat Date: Wed, 17 Jun 2026 16:01:33 +0200 Subject: [PATCH] feat(base): add the 'mesh' concern tag (NetBird agent, ADR-016) Co-Authored-By: Claude Opus 4.8 (1M context) --- tests/tags.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tags.yml b/tests/tags.yml index 2937beb..5811bc7 100644 --- a/tests/tags.yml +++ b/tests/tags.yml @@ -20,6 +20,7 @@ concerns: - config # render templated config/compose files to disk — no restart - deploy # bring services up / restart (compose up -d) - proxy # reverse-proxy + TLS registration (Caddy routes, Authentik) + - mesh # NetBird agent enrollment (ADR-016) # Ansible built-in special tags. Narrow use only: # always — cheap preflight assertions (run regardless of --tags)