Reorganize NFS mounts so that they don't contain SQLite DBs
This commit is contained in:
parent
57b1cf03ca
commit
b0b71abf6a
@ -12,7 +12,7 @@
|
|||||||
file: path=/data state=directory mode=0755
|
file: path=/data state=directory mode=0755
|
||||||
tags: [ pis, storage ]
|
tags: [ pis, storage ]
|
||||||
- name: assure nfs mount
|
- name: assure nfs mount
|
||||||
mount: path=/data src=vm-fs-1.home.mgmt.desu.ltd:/nfs/media fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
|
mount: path=/data/shared src=vm-fs-1.home.mgmt.desu.ltd:/nfs/media fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
|
||||||
tags: [ pis, storage ]
|
tags: [ pis, storage ]
|
||||||
- name: ensure docker network
|
- name: ensure docker network
|
||||||
docker_network: name=web
|
docker_network: name=web
|
||||||
|
Loading…
Reference in New Issue
Block a user