make sure the mount is rw
This commit is contained in:
parent
b3d1236fff
commit
7c3d5d5f31
1 changed files with 4 additions and 3 deletions
|
@ -40,6 +40,7 @@
|
||||||
roles:
|
roles:
|
||||||
- cloudstats
|
- cloudstats
|
||||||
|
|
||||||
- role: nfs/client
|
- role: nfs/client,
|
||||||
mnt_dir: '/mnt/fedora_stats'
|
mnt_dir: '/mnt/fedora_stats',
|
||||||
nfs_src_dir: 'fedora_stats'
|
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3",
|
||||||
|
nfs_src_dir: 'fedora_stats',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue