diff --git a/playbooks/groups/people.yml b/playbooks/groups/people.yml index 57bfaf72fc..1e2e3621d2 100644 --- a/playbooks/groups/people.yml +++ b/playbooks/groups/people.yml @@ -53,12 +53,15 @@ tags: - mount + - name: create /srv/home directory + file: path=/srv/home state=directory owner=root group=root + - name: bind mount home volume mount: > name=/home src=/srv/home - fstype=bind - opts="usrjquota=aquota.user,grpjquota=aquota.group,noatime,noexec,nosuid,nodev" + fstype=none + opts=bind passno=0 dump=0 state=mounted