chore: add AGENTS.md for opencode agents

This commit is contained in:
Simon Cornet 2026-02-16 09:57:16 +01:00
commit 87004f37cc

22
AGENTS.md Normal file
View file

@ -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
```