chore: add AGENTS.md for opencode agents
This commit is contained in:
parent
532aa3bdf0
commit
a7dc028d99
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 [Jellyfin](https://jellyfin.org/) media server - a free, open-source media streaming solution.
|
||||||
|
|
||||||
|
## Role Analysis
|
||||||
|
|
||||||
|
- **Type**: Application server role (media)
|
||||||
|
- **OS Support**: Debian 13
|
||||||
|
- **Deployment Method**: Docker
|
||||||
|
- **Dependencies**: Docker must be installed
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
|
||||||
|
1. **install jellyfin** - Deploys Jellyfin via Docker
|
||||||
|
2. **cleanup docker** - Cleans up Docker resources
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
ansible-lint
|
||||||
|
molecule test
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue