Ansible role to run phpIPAM in docker containers.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-27 05:49:00 +00:00
.woodpecker chore(package): update cr.simoncor.net/dockerhub/davidanson/markdownlint-cli2 docker tag to v0.23.2 2026-07-27 05:49:00 +00:00
defaults feat: pin mariadb version 2026-05-08 13:59:41 +02:00
meta feat: move deps to playbook 2026-05-08 15:44:26 +02:00
roles ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:54 +02:00
tasks chore(package): update cr.simoncor.net/dockerhub/phpipam/phpipam-www docker tag to v1.8.1 2026-07-04 05:47:22 +00:00
.ansible-lint fix: exclude only sops yml files from lint 2026-07-14 16:23:51 +02:00
.editorconfig chore: add .editorconfig and .gitattributes 2026-05-27 14:23:57 +02:00
.gitattributes chore: add .editorconfig and .gitattributes 2026-05-27 14:23:57 +02:00
.gitignore feat: add more stuff 2026-02-18 17:20:00 +01:00
.markdownlint-cli2.jsonc ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:54 +02:00
.sops.yaml fix: correct sops regex to ya?ml 2026-07-14 16:01:58 +02:00
.yamllint chore: exclude .yml files from lint configs 2026-07-14 16:17:35 +02:00
AGENTS.md feat: initial commit 2026-02-18 17:08:46 +01:00
ansible.cfg chore: sync linting and config files from common 2026-07-14 11:33:15 +02:00
playbook.yaml feat: move deps to playbook 2026-05-08 15:44:26 +02:00
readme.md ci: migrate from gitlab ci to woodpecker 2026-05-15 14:13:54 +02:00
renovate.json feat: add more stuff 2026-02-18 17:20:00 +01:00

Ansible Role: phpIPAM

Install and configure phpIPAM - an open-source IP address management tool using Docker.

Variables

Variable Required Default Description
phpipam_db_root_password Yes changeme MariaDB root password
phpipam_db_user Yes phpipam phpIPAM database user
phpipam_db_password Yes changeme phpIPAM database password
phpipam_db_name Yes phpipam phpIPAM database name
phpipam_http_port Yes 8080 HTTP port for phpIPAM web interface
phpipam_scan_interval Yes 6h Interval for network scanning

Example

phpipam_db_root_password: "secure_root_password"
phpipam_db_user: "phpipam"
phpipam_db_password: "secure_password"
phpipam_db_name: "phpipam"
phpipam_http_port: "8080"
phpipam_scan_interval: "12h"