Remove references to NFS over management IP
Except on desktops, because they're supposed to do that
This commit is contained in:
parent
797abf0a52
commit
07aee85a22
@ -58,7 +58,7 @@
|
||||
file: path=/data/syncthing/data state=directory mode=0755
|
||||
tags: [ storage ]
|
||||
- name: assure nfs mount
|
||||
mount: path=/data/syncthing/data src=vm-fs-1.home.mgmt.desu.ltd:/nfs/syncthing fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
|
||||
mount: path=/data/syncthing/data src=192.168.190.1:/nfs/syncthing fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
|
||||
tags: [ storage ]
|
||||
- name: include tasks for applications
|
||||
include_tasks: tasks/{{ item }}
|
||||
|
@ -12,7 +12,7 @@
|
||||
file: path=/data state=directory mode=0755
|
||||
tags: [ pis, storage ]
|
||||
- name: assure nfs mount
|
||||
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
|
||||
mount: path=/data/shared src=192.168.190.1:/nfs/media fstype=nfs4 opts="rsize=10248576,wsize=1048576,soft,timeo=600,retrans=2,_netdev" state=mounted
|
||||
tags: [ pis, storage ]
|
||||
- name: ensure docker network
|
||||
docker_network: name=web
|
||||
|
Loading…
Reference in New Issue
Block a user