From 87004f37cc58c985d03b3f4dd1db8b9586b7ea36 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..0e43882 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,22 @@ +# Agents + +This role configures Keepalived for high availability (VRRP). + +## Role Analysis + +- **Type**: Infrastructure service role (HA) +- **OS Support**: Alpine 3.22, Debian 12 +- **Deployment Method**: Direct (not Docker-based) +- **Scope**: Keepalived installation and VRRP configuration + +## Tasks + +1. **install** - Installs Keepalived +2. **config** - Configures VRRP instances + +## Testing + +```bash +ansible-lint +molecule test +```