Set nfs to rw on local connections
This commit is contained in:
parent
7f7a0fd2ba
commit
57b1cf03ca
@ -16,7 +16,7 @@
|
||||
- role: geerlingguy.nfs
|
||||
vars:
|
||||
nfs_exports:
|
||||
- "/nfs 192.168.0.0/16(ro,no_root_squash,sync) 172.23.0.0/16(ro,no_root_squash,sync)"
|
||||
- "/nfs 192.168.0.0/16(rw,no_root_squash,sync) 172.23.0.0/16(rw,no_root_squash,sync)"
|
||||
tags: [ storage, nfs ]
|
||||
- role: bertvv.samba
|
||||
vars:
|
||||
|
Loading…
Reference in New Issue
Block a user