From 51ac72f0862507dea50aebc91199a887ae69841c Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 11 Mar 2021 20:37:58 -0600 Subject: [PATCH] Wider perms for the NFS share --- playbooks/pimp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/pimp.yml b/playbooks/pimp.yml index 27729ee..6bd7d9d 100755 --- a/playbooks/pimp.yml +++ b/playbooks/pimp.yml @@ -64,7 +64,7 @@ - "/srv/nfs 172.23.0.0/16(ro,no_root_squash,sync)" - "/srv/nfs/bulk 192.168.0.0/16(rw,no_root_squash,sync) 172.23.0.0/16(rw,no_root_squash,sync)" - "/srv/nfs/bulk/media 192.168.0.0/16(rw,no_root_squash,sync) 172.23.0.0/16(rw,no_root_squash,sync)" - - "/srv/nfs/k8s 192.168.102.0/24(rw,no_root_squash,sync) 172.23.0.0/16(ro,no_root_squash,sync)" + - "/srv/nfs/k8s 192.168.0.0/16(rw,no_root_squash,sync) 172.23.0.0/16(ro,no_root_squash,sync)" tags: [ pis, storage, nfs ] # Multipurpose Pis running unbound - hosts: pi-mp-1.desu.ltd,pi-mp-2.desu.ltd