router/AGENTS.md

22 lines
400 B
Markdown

# Agents
This role configures router functionality on Alpine Linux.
## Role Analysis
- **Type**: Infrastructure service role (router)
- **OS Support**: Alpine 3.23
- **Deployment Method**: Direct (not Docker-based)
- **Scope**: Router configuration
## Tasks
1. **install** - Install router components
2. **config** - Configure router settings
## Testing
```bash
ansible-lint
molecule test
```