Just hard code these things here for now as we always want the same in staging anyhow.
This commit is contained in:
parent
ebdf2ac8a5
commit
1adce10093
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue