secondary01: switch to nfsv4 mounts
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
cb3d019169
commit
2de770d167
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@
|
|||
nfs_src_dir: 'fedora_ftp_archive' }
|
||||
- { role: nfs/client,
|
||||
mnt_dir: '/srv/pub/alt',
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3",
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=4",
|
||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/alt' }
|
||||
- { role: nfs/client,
|
||||
mnt_dir: '/srv/pub/fedora-secondary',
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=3",
|
||||
nfs_mount_opts: "rw,hard,bg,intr,noatime,nodev,nosuid,sec=sys,nfsvers=4",
|
||||
nfs_src_dir: 'fedora_ftp/fedora.redhat.com/pub/fedora-secondary' }
|
||||
|
||||
- role: apache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue