Just hard code these things here for now as we always want the same in staging anyhow.

This commit is contained in:
Kevin Fenzi 2016-04-21 14:32:08 +00:00
parent ebdf2ac8a5
commit 1adce10093

View file

@ -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