From f20a9a0a3f8c027275095a19fe287f4dd3025eb3 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 16 Feb 2026 09:57:16 +0100 Subject: [PATCH] chore: add AGENTS.md for opencode agents --- AGENTS.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..a69a15c --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,22 @@ +# Agents + +This role configures Unbound as a local DNS resolver. + +## Role Analysis + +- **Type**: Infrastructure service role (DNS) +- **OS Support**: Alpine 3.22, Debian 12 +- **Deployment Method**: Direct (not Docker-based) +- **Scope**: DNS server installation and configuration + +## Tasks + +1. **install** - Installs Unbound DNS +2. **config** - Configures DNS zones and forwarding + +## Testing + +```bash +ansible-lint +molecule test +```