feat: initial commit
This commit is contained in:
commit
718146cd88
15 changed files with 293 additions and 0 deletions
23
AGENTS.md
Normal file
23
AGENTS.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue