chore: add basic role layout for ans-router
This commit is contained in:
parent
12c25dbca2
commit
d2ecc29d58
14 changed files with 127 additions and 93 deletions
22
AGENTS.md
Normal file
22
AGENTS.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue