router/AGENTS.md

24 lines
473 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. **routing** - Configure routing
3. **firewall** - Configure firewall
4. **performance** - Configure performance
## Testing
```bash
ansible-lint
molecule test
```