pulse/AGENTS.md

22 lines
480 B
Markdown

# Agents
This role configures [Pulse](https://github.com/rcourtman/Pulse/) - a Radarrarr companion for managing media library operations.
## Role Analysis
- **Type**: Application server role (media management)
- **OS Support**: Debian 13
- **Deployment Method**: Docker
- **Dependencies**: Docker must be installed
## Tasks
1. **install pulse** - Deploys Pulse via Docker
2. **cleanup docker** - Cleans up Docker resources
## Testing
```bash
ansible-lint
molecule test
```