Set nfs to rw on local connections

This commit is contained in:
Salt 2021-11-10 19:14:02 -06:00
parent 7f7a0fd2ba
commit 57b1cf03ca

View File

@ -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: