mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Just hard code these things here for now as we always want the same in staging anyhow.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user