Specify where to do the mount
This commit is contained in:
parent
0b30787631
commit
1bc4c1a406
1 changed files with 2 additions and 1 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue