chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
e877fba731
commit
68e137fedb
1 changed files with 22 additions and 0 deletions
22
AGENTS.md
Normal file
22
AGENTS.md
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
# Agents
|
||||||
|
|
||||||
|
This role configures KEA DHCP server - a modern, scalable DHCP implementation.
|
||||||
|
|
||||||
|
## Role Analysis
|
||||||
|
|
||||||
|
- **Type**: Infrastructure service role
|
||||||
|
- **OS Support**: Alpine 3.22, Debian 12
|
||||||
|
- **Deployment Method**: Direct (not Docker-based)
|
||||||
|
- **Scope**: DHCP server installation and configuration
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
|
||||||
|
1. **install** - Installs KEA DHCP
|
||||||
|
2. **config** - Configures DHCP settings
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-lint
|
||||||
|
molecule test
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue