Specify where to do the mount

This commit is contained in:
Pierre-Yves Chibon 2014-02-07 23:12:50 +01:00
parent 0b30787631
commit 1bc4c1a406

View file

@ -14,10 +14,11 @@
template: src=client.config dest=/etc/glusterfs/glusterfs.{{name}}.vol template: src=client.config dest=/etc/glusterfs/glusterfs.{{name}}.vol
#notify: #notify:
#- remount? no idea... #- remount? no idea...
- name: mount it up - name: mount it up
mount: > mount: >
src=/etc/glusterfs/glusterfs.{{name}}.vol src=/etc/glusterfs/glusterfs.{{name}}.vol
state=mounted state=mounted
fstype=glusterfs fstype=glusterfs
opts=noatime opts=noatime
name={{mountdir}}