From 517dbdf1b1a4e89f45598380d0bc2e12bec16254 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 10 Apr 2026 09:00:18 +0200 Subject: [PATCH] docs: standardize readme format --- readme.md | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/readme.md b/readme.md index c6248de..9fcc4ca 100644 --- a/readme.md +++ b/readme.md @@ -1,18 +1,11 @@ -# Overview +# Ansible Role: Toolbox -This role contains simple ad-hoc tasks. Therefor this role is called a 'tooblox'. - -## Supported Operating Systems - -| Operating System | Version | -| --- | ----- | -| Alpine | 3.23 | -| Debian | 13 | +Collection of simple ad-hoc tasks for system maintenance. ## Tags -| Tag | Function | -| --- | -------- | -| `chrony` | Force update time | -| `reboot` | Reboots system | -| `update` | Install updates | +| Tag | Description | +|-----|-------------| +| `chrony` | Force time synchronization update | +| `reboot` | Reboot the system | +| `update` | Install system updates |