From a3dbfd2dd41c1cf18e053e75b27939ee7cd6021e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Wed, 18 Feb 2026 17:48:14 +0100 Subject: [PATCH] feat: remove phpipam volume --- tasks/phpipam.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tasks/phpipam.yaml b/tasks/phpipam.yaml index ca374bf..f817b30 100644 --- a/tasks/phpipam.yaml +++ b/tasks/phpipam.yaml @@ -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