chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
b5929f4e85
commit
cc1d23f1f8
1 changed files with 23 additions and 0 deletions
23
AGENTS.md
Normal file
23
AGENTS.md
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Agents
|
||||||
|
|
||||||
|
This role configures [Pangolin](https://digpangolin.com/) - a Docker management UI for homelabs.
|
||||||
|
|
||||||
|
## Role Analysis
|
||||||
|
|
||||||
|
- **Type**: Application server role (Docker management UI)
|
||||||
|
- **OS Support**: Debian 12
|
||||||
|
- **Deployment Method**: Docker
|
||||||
|
- **Dependencies**: Docker must be installed
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
|
||||||
|
1. **create network** - Creates Docker network
|
||||||
|
2. **install pangolin** - Deploys Pangolin via Docker
|
||||||
|
3. **cleanup docker** - Cleans up Docker resources
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-lint
|
||||||
|
molecule test
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue