diff --git a/playbooks/home_fs.yml b/playbooks/home_fs.yml index 9169de6..9376889 100755 --- a/playbooks/home_fs.yml +++ b/playbooks/home_fs.yml @@ -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: