chore: add basic role layout for ans-router

This commit is contained in:
Simon Cornet 2026-02-16 14:15:02 +01:00
commit d2ecc29d58
14 changed files with 127 additions and 93 deletions

22
AGENTS.md Normal file
View file

@ -0,0 +1,22 @@
# 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
```