From 1adce100937d7949aaa99c9b2afc8bbd0da6d257 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 21 Apr 2016 14:32:08 +0000 Subject: [PATCH] Just hard code these things here for now as we always want the same in staging anyhow. --- roles/nfs/client/tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/nfs/client/tasks/main.yml b/roles/nfs/client/tasks/main.yml index 49b53e0f10..e1a6ee782c 100644 --- a/roles/nfs/client/tasks/main.yml +++ b/roles/nfs/client/tasks/main.yml @@ -111,7 +111,7 @@ - name: nfs mount points (stg) staging koji mount: > name=/mnt/fedora_koji - src=10.5.126.87:/mnt/{{ nfs_src_dir }} + src=10.5.126.87:/mnt/fedora_koji fstype=nfs4 opts={{nfs_mount_opts}} passno=0 @@ -123,8 +123,8 @@ - name: nfs mount points (stg) production koji ro mount: > - name={{ mnt_dir }} - src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/{{ nfs_src_dir }} + name=/mnt/fedora_koji_prod + src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/fedora_koji fstype=nfs opts=ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3 passno=0