Commit 87004f37 authored by Simon Cornet's avatar Simon Cornet
Browse files

chore: add AGENTS.md for opencode agents

parent 4b01b343
Loading
Loading
Loading
Loading
Loading

AGENTS.md

0 → 100644
+22 −0
Original line number Diff line number Diff line
# 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
```