phpipam/AGENTS.md
2026-02-18 17:08:46 +01:00

23 lines
504 B
Markdown

# Agents
This role configures [phpIPAM](https://phpipam.net/) - an open-source IP address management tool.
## Role Analysis
- **Type**: Application server role (IPAM)
- **OS Support**: Debian 12, Debian 13
- **Deployment Method**: Docker
- **Dependencies**: Docker must be installed
## Tasks
1. **install mariadb** - Deploys MariaDB via Docker
2. **install phpipam** - Deploys phpIPAM via Docker
3. **cleanup docker** - Cleans up Docker resources
## Testing
```bash
ansible-lint
molecule test
```