feat: initial commit

This commit is contained in:
Simon Cornet 2026-02-18 16:50:13 +01:00
commit 718146cd88
15 changed files with 293 additions and 0 deletions

23
AGENTS.md Normal file
View file

@ -0,0 +1,23 @@
# 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
```