From 7c5d13bfa6ff97bbb8ae54ba11857fc6eb753f66 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Feb 2026 14:42:43 +0100 Subject: [PATCH] chore: update readme with available tags --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1a15202..200ec15 100644 --- a/readme.md +++ b/readme.md @@ -10,4 +10,9 @@ This role configures router functionality on Alpine Linux. ## Tags -This role has no tags. +| Tag | Purpose | +| --- | -------- | +| `all` | Execute all tasks | +| `routing` | Configure routing and iptables | +| `firewall` | Configure firewall rules | +| `performance` | Configure performance tuning |