feat: remove phpipam volume

This commit is contained in:
Simon Cornet 2026-02-18 17:48:14 +01:00
commit a3dbfd2dd4

View file

@ -1,14 +1,6 @@
---
# create phpipam directory
- name: "create phpipam directory"
ansible.builtin.file:
path: "/mnt/phpipam"
state: "directory"
owner: "root"
group: "root"
mode: "0775"
# run phpipam
- name: "run phpipam"
community.docker.docker_container:
@ -41,9 +33,6 @@
ports:
- "{{ phpipam_http_port }}:80"
volumes:
- "/mnt/phpipam:/phpipam"
env:
# phpipam