Get bind mount working hopefully.

This commit is contained in:
Kevin Fenzi 2015-06-22 18:40:53 +00:00
parent dc4403014c
commit 33fb6a7c6f

View file

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