From c8e99821f1746ad667e29d10e94d550bd4b38324 Mon Sep 17 00:00:00 2001 From: Jose Date: Thu, 12 Feb 2026 21:21:23 +0100 Subject: [PATCH] =?UTF-8?q?docs=20=F0=9F=93=9D:=20Add=20'API=20Utilities'?= =?UTF-8?q?=20section=20and=20update=20directory=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit adds a new section for API utilities in the documentation and updates the project's directory structure to better organize related files. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8753a83..2bfd15b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ | Swap handling | ✅ | ✅ | ✅ | | Logrotate protection | ✅ | ✅ | ✅ | | Powertop auto-tune | ✅ | ✅ | ✅ | +| API utilities | ✅ | ✅ | ✅ | ## 📂 Directory Structure @@ -44,7 +45,8 @@ ansible_role_proxmox_provision/ │ ├── powertop.yml # powertop setup │ ├── repos.yml # Repository setup │ ├── subscription.yml # Subscription nag removal -│ └── swap.yml # Swap setup +│ ├── swap.yml # Swap setup +│ └── utilities.yml # API utilities installation ├── templates/ # Jinja2 templates └── vars/ # Non-overridable variables └── main.yml @@ -114,10 +116,8 @@ See the [LICENSE](LICENSE) file for details. ## TODO -⏳ Make the nag patch checksum-based (auto-repatch after upgrades) ⏳ add molecule tests to prove idempotency ⏳ make the patch handler trigger on pve-manager upgrades -❌ Add kernel power-saving tunables ? 🔄 Split into VE version–aware tags ? 🕒 refactor ✗ debug