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
|
- name: nfs mount points (stg) staging koji
|
||||||
mount: >
|
mount: >
|
||||||
name=/mnt/fedora_koji
|
name=/mnt/fedora_koji
|
||||||
src=10.5.126.87:/mnt/{{ nfs_src_dir }}
|
src=10.5.126.87:/mnt/fedora_koji
|
||||||
fstype=nfs4
|
fstype=nfs4
|
||||||
opts={{nfs_mount_opts}}
|
opts={{nfs_mount_opts}}
|
||||||
passno=0
|
passno=0
|
||||||
|
@ -123,8 +123,8 @@
|
||||||
|
|
||||||
- name: nfs mount points (stg) production koji ro
|
- name: nfs mount points (stg) production koji ro
|
||||||
mount: >
|
mount: >
|
||||||
name={{ mnt_dir }}
|
name=/mnt/fedora_koji_prod
|
||||||
src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/{{ nfs_src_dir }}
|
src=ntap-phx2-c01-fedora01-nfs.storage.phx2.redhat.com:/fedora_koji
|
||||||
fstype=nfs
|
fstype=nfs
|
||||||
opts=ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
opts=ro,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
||||||
passno=0
|
passno=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue