feat: remove phpipam volume
This commit is contained in:
parent
1da57b44c0
commit
a3dbfd2dd4
1 changed files with 1 additions and 12 deletions
|
|
@ -1,14 +1,6 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
# create phpipam directory
|
# run phpipam
|
||||||
- name: "create phpipam directory"
|
|
||||||
ansible.builtin.file:
|
|
||||||
path: "/mnt/phpipam"
|
|
||||||
state: "directory"
|
|
||||||
owner: "root"
|
|
||||||
group: "root"
|
|
||||||
mode: "0775"
|
|
||||||
|
|
||||||
- name: "run phpipam"
|
- name: "run phpipam"
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
|
|
||||||
|
|
@ -41,9 +33,6 @@
|
||||||
ports:
|
ports:
|
||||||
- "{{ phpipam_http_port }}:80"
|
- "{{ phpipam_http_port }}:80"
|
||||||
|
|
||||||
volumes:
|
|
||||||
- "/mnt/phpipam:/phpipam"
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
||||||
# phpipam
|
# phpipam
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue